#608411

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

Shades of Olive Drab #608411

Tints of Olive Drab #608411

Color information

#608411 (or 0x608411) is unknown color: approx Olive Drab. HEX triplet: 60, 84 and 11. RGB value is (96,132,17). Sum of RGB (Red+Green+Blue) = 96+132+17=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #608411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608411 is #9F7BEE. Grayscale: #6C6C6C. Windows color (decimal): -10451951 or 1148000. OLE color: 1148000.

HSL color Cylindrical-coordinate representation of color #608411: hue angle of 78.78º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #608411 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB9613217-
CMYK0.2700.870.48
HSL78.78º77.18%29.22%-
HSV(B)78.78º87.12%51.76%-
XYZ13.1819.033.51-
YUV108.1376.57119.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=39.18%
G=53.88%
B=6.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132170.2700.870.4878.7877.1829.22
Hex6084111B057304f4d1d
Octal140204213301276011711535
Binary1100000100001001000111011010101111100001001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608411; }

 p { color: rgb(96,132,17); }

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

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

 a { background-color: rgb(96,132,17); }

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

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

 span { border-color: rgb(96,132,17); }

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