Html Css Color HEX #608116 Olive Drab

📋 copy color: '#608116'

red 96 ◦ green 129 ◦ blue 22

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

Shades of Olive Drab #608116

Tints of Olive Drab #608116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.23%

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 38.87%
G = 52.23%
B = 8.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#608116 (or 0x608116) is known color: Olive Drab. HEX triplet: 60, 81 and 16. RGB value is (96,129,22). Sum of RGB (Red+Green+Blue) = 96+129+22=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #608116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608116 is #9F7EE9. Grayscale: #6B6B6B. Windows color (decimal): -10452714 or 1474912. OLE color: 1474912.

HSL color Cylindrical-coordinate representation of color #608116: hue angle of 78.5º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #608116 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 22 -
CMYK 0.26 0 0.83 0.49
HSL 78.5º 0.71% 0.3% -
HSV(B) 78.5º 0.83% 0.51% -
XYZ 12.82 18.25 3.61 -
YUV 106.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 96 129 22 0.26 0 0.83 0.49 78.5 0.71 0.3
Hex 60 81 16 1A 0 53 31 4F 47 1E
Octal 140 201 26 32 0 123 61 117 107 36
Binary 1100000 10000001 10110 11010 0 1010011 110001 1001111 1000111 11110

Color Harmonies of #608116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608116

Black with #608116

Text Example


Text Example

White with #608116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608116; }

 p { color: rgb(96,129,22); }

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

background-color css

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

 a { background-color: rgb(96,129,22); }

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

border-color css

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

 span { border-color: rgb(96,129,22); }

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