Html Css Color HEX #608229 Olive Drab

📋 copy color: '#608229'

red 96 ◦ green 130 ◦ blue 41

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

Shades of Olive Drab #608229

Tints of Olive Drab #608229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 35.96%
G = 48.69%
B = 15.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#608229 (or 0x608229) is known color: Olive Drab. HEX triplet: 60, 82 and 29. RGB value is (96,130,41). Sum of RGB (Red+Green+Blue) = 96+130+41=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #608229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608229 is #9F7DD6. Grayscale: #6E6E6E. Windows color (decimal): -10452439 or 2720352. OLE color: 2720352.

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

Color convert

RGB 96 130 41 -
CMYK 0.26 0 0.68 0.49
HSL 82.92º 0.52% 0.34% -
HSV(B) 82.92º 0.68% 0.51% -
XYZ 13.21 18.61 4.99 -
YUV 109.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 96 130 41 0.26 0 0.68 0.49 82.92 0.52 0.34
Hex 60 82 29 1A 0 44 31 53 34 22
Octal 140 202 51 32 0 104 61 123 64 42
Binary 1100000 10000010 101001 11010 0 1000100 110001 1010011 110100 100010

Color Harmonies of #608229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608229

Black with #608229

Text Example


Text Example

White with #608229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608229; }

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

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

background-color css

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

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

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

border-color css

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

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

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