Html Css Color HEX #608D16 Olive Drab

📋 copy color: '#608D16'

red 96 ◦ green 141 ◦ blue 22

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

Shades of Olive Drab #608D16

Tints of Olive Drab #608D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.44%

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

R = 37.07%
G = 54.44%
B = 8.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#608D16 (or 0x608D16) is known color: Olive Drab. HEX triplet: 60, 8D and 16. RGB value is (96,141,22). Sum of RGB (Red+Green+Blue) = 96+141+22=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #608D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D16 is #9F72E9. Grayscale: #727272. Windows color (decimal): -10449642 or 1477984. OLE color: 1477984.

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

Color convert

RGB 96 141 22 -
CMYK 0.32 0 0.84 0.45
HSL 82.69º 0.73% 0.32% -
HSV(B) 82.69º 0.84% 0.55% -
XYZ 14.49 21.59 4.16 -
YUV 113.98 76.09 115.18 -
System Red Green Blue C M Y K H S L
Decimal 96 141 22 0.32 0 0.84 0.45 82.69 0.73 0.32
Hex 60 8D 16 20 0 54 2D 53 49 20
Octal 140 215 26 40 0 124 55 123 111 40
Binary 1100000 10001101 10110 100000 0 1010100 101101 1010011 1001001 100000

Color Harmonies of #608D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D16

Black with #608D16

Text Example


Text Example

White with #608D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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