Html Css Color HEX #608224 Olive Drab

📋 copy color: '#608224'

red 96 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #608224

Tints of Olive Drab #608224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.74%

R = 36.64%
G = 49.62%
B = 13.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#608224 (or 0x608224) is known color: Olive Drab. HEX triplet: 60, 82 and 24. RGB value is (96,130,36). Sum of RGB (Red+Green+Blue) = 96+130+36=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #608224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608224 is #9F7DDB. Grayscale: #6D6D6D. Windows color (decimal): -10452444 or 2392672. OLE color: 2392672.

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

Color convert

RGB 96 130 36 -
CMYK 0.26 0 0.72 0.49
HSL 81.7º 0.57% 0.33% -
HSV(B) 81.7º 0.72% 0.51% -
XYZ 13.12 18.58 4.56 -
YUV 109.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 96 130 36 0.26 0 0.72 0.49 81.7 0.57 0.33
Hex 60 82 24 1A 0 48 31 52 39 21
Octal 140 202 44 32 0 110 61 122 71 41
Binary 1100000 10000010 100100 11010 0 1001000 110001 1010010 111001 100001

Color Harmonies of #608224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608224

Black with #608224

Text Example


Text Example

White with #608224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608224; }

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

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

background-color css

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

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

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

border-color css

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

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

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