#658208

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

Shades of Olive Drab #658208

Tints of Olive Drab #658208

Color information

#658208 (or 0x658208) is unknown color: approx Olive Drab. HEX triplet: 65, 82 and 08. RGB value is (101,130,8). Sum of RGB (Red+Green+Blue) = 101+130+8=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #658208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658208 is #9A7DF7. Grayscale: #6B6B6B. Windows color (decimal): -10124792 or 557669. OLE color: 557669.

HSL color Cylindrical-coordinate representation of color #658208: hue angle of 74.26º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #658208 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1011308-
CMYK0.2200.940.49
HSL74.26º88.41%27.06%-
HSV(B)74.26º93.85%50.98%-
XYZ13.3918.753.14-
YUV107.4271.89123.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=42.26%
G=54.39%
B=3.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10113080.2200.940.4974.2688.4127.06
Hex658281605E314a581b
Octal145202102601366111213033
Binary110010110000010100010110010111101100011001010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658208; }

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

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

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

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

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

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

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

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