#608518

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

Shades of Olive Drab #608518

Tints of Olive Drab #608518

Color information

#608518 (or 0x608518) is unknown color: approx Olive Drab. HEX triplet: 60, 85 and 18. RGB value is (96,133,24). Sum of RGB (Red+Green+Blue) = 96+133+24=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #608518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608518 is #9F7AE7. Grayscale: #6D6D6D. Windows color (decimal): -10451688 or 1607008. OLE color: 1607008.

HSL color Cylindrical-coordinate representation of color #608518: hue angle of 80.37º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608518 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB9613324-
CMYK0.2800.820.48
HSL80.37º69.43%30.78%-
HSV(B)80.37º81.95%52.16%-
XYZ13.3819.333.89-
YUV109.5179.74118.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=37.94%
G=52.57%
B=9.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96133240.2800.820.4880.3769.4330.78
Hex6085181C0523050451f
Octal140205303401226012010537
Binary1100000100001011100011100010100101100001010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608518; }

 p { color: rgb(96,133,24); }

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

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

 a { background-color: rgb(96,133,24); }

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

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

 span { border-color: rgb(96,133,24); }

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