Html Css Color HEX #608227 Olive Drab

📋 copy color: '#608227'

red 96 ◦ green 130 ◦ blue 39

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

Shades of Olive Drab #608227

Tints of Olive Drab #608227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.72%

R = 36.23%
G = 49.06%
B = 14.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#608227 (or 0x608227) is known color: Olive Drab. HEX triplet: 60, 82 and 27. RGB value is (96,130,39). Sum of RGB (Red+Green+Blue) = 96+130+39=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #608227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608227 is #9F7DD8. Grayscale: #6D6D6D. Windows color (decimal): -10452441 or 2589280. OLE color: 2589280.

HSL color Cylindrical-coordinate representation of color #608227: hue angle of 82.42º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #608227 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 39 -
CMYK 0.26 0 0.70 0.49
HSL 82.42º 0.54% 0.33% -
HSV(B) 82.42º 0.7% 0.51% -
XYZ 13.17 18.6 4.82 -
YUV 109.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 96 130 39 0.26 0 0.70 0.49 82.42 0.54 0.33
Hex 60 82 27 1A 0 46 31 52 36 21
Octal 140 202 47 32 0 106 61 122 66 41
Binary 1100000 10000010 100111 11010 0 1000110 110001 1010010 110110 100001

Color Harmonies of #608227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608227

Black with #608227

Text Example


Text Example

White with #608227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608227; }

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

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

background-color css

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

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

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

border-color css

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

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

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