Html Css Color HEX #608916 Olive Drab

📋 copy color: '#608916'

red 96 ◦ green 137 ◦ blue 22

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

Shades of Olive Drab #608916

Tints of Olive Drab #608916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.73%

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

R = 37.65%
G = 53.73%
B = 8.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#608916 (or 0x608916) is known color: Olive Drab. HEX triplet: 60, 89 and 16. RGB value is (96,137,22). Sum of RGB (Red+Green+Blue) = 96+137+22=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #608916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608916 is #9F76E9. Grayscale: #707070. Windows color (decimal): -10450666 or 1476960. OLE color: 1476960.

HSL color Cylindrical-coordinate representation of color #608916: hue angle of 81.39º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #608916 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 22 -
CMYK 0.30 0 0.84 0.46
HSL 81.39º 0.72% 0.31% -
HSV(B) 81.39º 0.84% 0.54% -
XYZ 13.91 20.44 3.97 -
YUV 111.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 96 137 22 0.30 0 0.84 0.46 81.39 0.72 0.31
Hex 60 89 16 1E 0 54 2E 51 48 1F
Octal 140 211 26 36 0 124 56 121 110 37
Binary 1100000 10001001 10110 11110 0 1010100 101110 1010001 1001000 11111

Color Harmonies of #608916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608916

Black with #608916

Text Example


Text Example

White with #608916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608916; }

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

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

background-color css

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

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

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

border-color css

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

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

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