#659308

Color #659308 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #659308

Tints of Olive Drab #659308

Color information

#659308 (or 0x659308) is unknown color: approx Olive Drab. HEX triplet: 65, 93 and 08. RGB value is (101,147,8). Sum of RGB (Red+Green+Blue) = 101+147+8=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #659308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659308 is #9A6CF7. Grayscale: #757575. Windows color (decimal): -10120440 or 562021. OLE color: 562021.

HSL color Cylindrical-coordinate representation of color #659308: hue angle of 79.86º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #659308 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1011478-
CMYK0.3100.950.42
HSL79.86º89.68%30.39%-
HSV(B)79.86º94.56%57.65%-
XYZ15.8423.653.96-
YUV117.466.26116.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 39.45%
GREEN value IS 147 (57.81% from 255) = 57.42%
BLUE value IS 8 (3.52% from 255) = 3.12%
R=39.45%
G=57.42%
B=3.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10114780.3100.950.4279.8689.6830.39
Hex659381F05F2A505a1e
Octal145223103701375212013236
Binary110010110010011100011111010111111010101010000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659308; }

 p { color: rgb(101,147,8); }

 H1.HeaderClassName
 {
   color: #659308;
 }
 .AnyTagClassName
 {
   color: #659308;
 }
</style>
background-color css

<style>
 a { background-color: #659308; }

 a { background-color: rgb(101,147,8); }

 div.DivClassName
 {
   background-color: #659308;
 }
 .BgClassName
 {
   background-color: #659308;
 }
</style>
border-color css

<style>
 span { border-color: #659308; }

 span { border-color: rgb(101,147,8); }

 td.TdClassName
 {
   border-color: #659308;
 }
 .TagClassName
 {
   border-color: #659308;
 }
</style>