Html Css Color HEX #608022 Olive Drab

📋 copy color: '#608022'

red 96 ◦ green 128 ◦ blue 34

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

Shades of Olive Drab #608022

Tints of Olive Drab #608022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 37.21%
G = 49.61%
B = 13.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#608022 (or 0x608022) is known color: Olive Drab. HEX triplet: 60, 80 and 22. RGB value is (96,128,34). Sum of RGB (Red+Green+Blue) = 96+128+34=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #608022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608022 is #9F7FDD. Grayscale: #6C6C6C. Windows color (decimal): -10452958 or 2261088. OLE color: 2261088.

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

Color convert

RGB 96 128 34 -
CMYK 0.25 0 0.73 0.50
HSL 80.43º 0.58% 0.32% -
HSV(B) 80.43º 0.73% 0.5% -
XYZ 12.83 18.04 4.32 -
YUV 107.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 96 128 34 0.25 0 0.73 0.50 80.43 0.58 0.32
Hex 60 80 22 19 0 49 32 50 3A 20
Octal 140 200 42 31 0 111 62 120 72 40
Binary 1100000 10000000 100010 11001 0 1001001 110010 1010000 111010 100000

Color Harmonies of #608022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608022

Black with #608022

Text Example


Text Example

White with #608022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608022; }

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

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

background-color css

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

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

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

border-color css

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

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

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