Html Css Color HEX #608E16 Olive Drab

📋 copy color: '#608E16'

red 96 ◦ green 142 ◦ blue 22

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

Shades of Olive Drab #608E16

Tints of Olive Drab #608E16

RGB

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

 GREEN value IS 142 (55.86% from 255) = 54.62%

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

R = 36.92%
G = 54.62%
B = 8.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#608E16 (or 0x608E16) is known color: Olive Drab. HEX triplet: 60, 8E and 16. RGB value is (96,142,22). Sum of RGB (Red+Green+Blue) = 96+142+22=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #608E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608E16 is #9F71E9. Grayscale: #737373. Windows color (decimal): -10449386 or 1478240. OLE color: 1478240.

HSL color Cylindrical-coordinate representation of color #608E16: hue angle of 83º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #608E16 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 142 22 -
CMYK 0.32 0 0.85 0.44
HSL 83º 0.73% 0.32% -
HSV(B) 83º 0.85% 0.56% -
XYZ 14.64 21.89 4.21 -
YUV 114.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 96 142 22 0.32 0 0.85 0.44 83 0.73 0.32
Hex 60 8E 16 20 0 55 2C 53 49 20
Octal 140 216 26 40 0 125 54 123 111 40
Binary 1100000 10001110 10110 100000 0 1010101 101100 1010011 1001001 100000

Color Harmonies of #608E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608E16

Black with #608E16

Text Example


Text Example

White with #608E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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