Html Css Color HEX #608410 Olive Drab

📋 copy color: '#608410'

red 96 ◦ green 132 ◦ blue 16

#608410
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #608410

Tints of Olive Drab #608410

RGB

 RED value IS 96 (37.89% from 255) = 39.34%

 GREEN value IS 132 (51.95% from 255) = 54.1%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 39.34%
G = 54.1%
B = 6.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#608410 (or 0x608410) is known color: Olive Drab. HEX triplet: 60, 84 and 10. RGB value is (96,132,16). Sum of RGB (Red+Green+Blue) = 96+132+16=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #608410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608410 is #9F7BEF. Grayscale: #6C6C6C. Windows color (decimal): -10451952 or 1082464. OLE color: 1082464.

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

Color convert

RGB 96 132 16 -
CMYK 0.27 0 0.88 0.48
HSL 78.62º 0.78% 0.29% -
HSV(B) 78.62º 0.88% 0.52% -
XYZ 13.17 19.03 3.47 -
YUV 108.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 96 132 16 0.27 0 0.88 0.48 78.62 0.78 0.29
Hex 60 84 10 1B 0 58 30 4F 4E 1D
Octal 140 204 20 33 0 130 60 117 116 35
Binary 1100000 10000100 10000 11011 0 1011000 110000 1001111 1001110 11101

Color Harmonies of #608410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608410

Black with #608410

Text Example


Text Example

White with #608410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608410; }

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

 H1.HeaderClassName
 {
   color: #608410;
 }
 .AnyTagClassName
 {
   color: #608410;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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