Html Css Color HEX #608129 Olive Drab

📋 copy color: '#608129'

red 96 ◦ green 129 ◦ blue 41

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

Shades of Olive Drab #608129

Tints of Olive Drab #608129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.5%

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

R = 36.09%
G = 48.5%
B = 15.41%

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

#608129 (or 0x608129) is known color: Olive Drab. HEX triplet: 60, 81 and 29. RGB value is (96,129,41). Sum of RGB (Red+Green+Blue) = 96+129+41=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #608129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608129 is #9F7ED6. Grayscale: #6D6D6D. Windows color (decimal): -10452695 or 2720096. OLE color: 2720096.

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

Color convert

RGB 96 129 41 -
CMYK 0.26 0 0.68 0.49
HSL 82.5º 0.52% 0.33% -
HSV(B) 82.5º 0.68% 0.51% -
XYZ 13.07 18.35 4.95 -
YUV 109.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 96 129 41 0.26 0 0.68 0.49 82.5 0.52 0.33
Hex 60 81 29 1A 0 44 31 52 34 21
Octal 140 201 51 32 0 104 61 122 64 41
Binary 1100000 10000001 101001 11010 0 1000100 110001 1010010 110100 100001

Color Harmonies of #608129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608129

Black with #608129

Text Example


Text Example

White with #608129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608129; }

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

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

background-color css

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

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

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

border-color css

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

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

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