Html Css Color HEX #608020 Olive Drab

📋 copy color: '#608020'

red 96 ◦ green 128 ◦ blue 32

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

Shades of Olive Drab #608020

Tints of Olive Drab #608020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

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

R = 37.5%
G = 50%
B = 12.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#608020 (or 0x608020) is known color: Olive Drab. HEX triplet: 60, 80 and 20. RGB value is (96,128,32). Sum of RGB (Red+Green+Blue) = 96+128+32=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #608020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608020 is #9F7FDF. Grayscale: #6B6B6B. Windows color (decimal): -10452960 or 2130016. OLE color: 2130016.

HSL color Cylindrical-coordinate representation of color #608020: hue angle of 80º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #608020 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 32 -
CMYK 0.25 0 0.75 0.50
HSL 80º 0.6% 0.31% -
HSV(B) 80º 0.75% 0.5% -
XYZ 12.8 18.03 4.17 -
YUV 107.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 96 128 32 0.25 0 0.75 0.50 80 0.6 0.31
Hex 60 80 20 19 0 4B 32 50 3C 1F
Octal 140 200 40 31 0 113 62 120 74 37
Binary 1100000 10000000 100000 11001 0 1001011 110010 1010000 111100 11111

Color Harmonies of #608020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608020

Black with #608020

Text Example


Text Example

White with #608020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608020; }

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

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

background-color css

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

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

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

border-color css

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

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

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