Html Css Color HEX #608221 Olive Drab

📋 copy color: '#608221'

red 96 ◦ green 130 ◦ blue 33

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

Shades of Olive Drab #608221

Tints of Olive Drab #608221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 37.07%
G = 50.19%
B = 12.74%

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

#608221 (or 0x608221) is known color: Olive Drab. HEX triplet: 60, 82 and 21. RGB value is (96,130,33). Sum of RGB (Red+Green+Blue) = 96+130+33=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #608221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608221 is #9F7DDE. Grayscale: #6D6D6D. Windows color (decimal): -10452447 or 2196064. OLE color: 2196064.

HSL color Cylindrical-coordinate representation of color #608221: hue angle of 81.03º 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 #608221 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 33 -
CMYK 0.26 0 0.75 0.49
HSL 81.03º 0.6% 0.32% -
HSV(B) 81.03º 0.75% 0.51% -
XYZ 13.08 18.56 4.33 -
YUV 108.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 96 130 33 0.26 0 0.75 0.49 81.03 0.6 0.32
Hex 60 82 21 1A 0 4B 31 51 3C 20
Octal 140 202 41 32 0 113 61 121 74 40
Binary 1100000 10000010 100001 11010 0 1001011 110001 1010001 111100 100000

Color Harmonies of #608221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608221

Black with #608221

Text Example


Text Example

White with #608221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608221; }

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

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

background-color css

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

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

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

border-color css

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

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

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