Html Css Color HEX #608F16 Olive Drab

📋 copy color: '#608F16'

red 96 ◦ green 143 ◦ blue 22

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

Shades of Olive Drab #608F16

Tints of Olive Drab #608F16

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.79%

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

R = 36.78%
G = 54.79%
B = 8.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#608F16 (or 0x608F16) is known color: Olive Drab. HEX triplet: 60, 8F and 16. RGB value is (96,143,22). Sum of RGB (Red+Green+Blue) = 96+143+22=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 143 (56.25% from 255 or 54.79% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 143 - color contains mainly: green. Hex color #608F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608F16 is #9F70E9. Grayscale: #737373. Windows color (decimal): -10449130 or 1478496. OLE color: 1478496.

HSL color Cylindrical-coordinate representation of color #608F16: hue angle of 83.31º 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 #608F16 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 143 22 -
CMYK 0.33 0 0.85 0.44
HSL 83.31º 0.73% 0.32% -
HSV(B) 83.31º 0.85% 0.56% -
XYZ 14.79 22.19 4.26 -
YUV 115.15 75.43 114.34 -
System Red Green Blue C M Y K H S L
Decimal 96 143 22 0.33 0 0.85 0.44 83.31 0.73 0.32
Hex 60 8F 16 21 0 55 2C 53 49 20
Octal 140 217 26 41 0 125 54 123 111 40
Binary 1100000 10001111 10110 100001 0 1010101 101100 1010011 1001001 100000

Color Harmonies of #608F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F16

Black with #608F16

Text Example


Text Example

White with #608F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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