Html Css Color HEX #608220 Olive Drab

📋 copy color: '#608220'

red 96 ◦ green 130 ◦ blue 32

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

Shades of Olive Drab #608220

Tints of Olive Drab #608220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.39%

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 37.21%
G = 50.39%
B = 12.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#608220 (or 0x608220) is known color: Olive Drab. HEX triplet: 60, 82 and 20. RGB value is (96,130,32). Sum of RGB (Red+Green+Blue) = 96+130+32=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #608220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608220 is #9F7DDF. Grayscale: #6D6D6D. Windows color (decimal): -10452448 or 2130528. OLE color: 2130528.

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

Color convert

RGB 96 130 32 -
CMYK 0.26 0 0.75 0.49
HSL 80.82º 0.6% 0.32% -
HSV(B) 80.82º 0.75% 0.51% -
XYZ 13.07 18.56 4.26 -
YUV 108.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 96 130 32 0.26 0 0.75 0.49 80.82 0.6 0.32
Hex 60 82 20 1A 0 4B 31 51 3C 20
Octal 140 202 40 32 0 113 61 121 74 40
Binary 1100000 10000010 100000 11010 0 1001011 110001 1010001 111100 100000

Color Harmonies of #608220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608220

Black with #608220

Text Example


Text Example

White with #608220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608220; }

 p { color: rgb(96,130,32); }

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

background-color css

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

 a { background-color: rgb(96,130,32); }

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

border-color css

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

 span { border-color: rgb(96,130,32); }

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