#608129

Color #608129 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #608129

Tints of Olive Drab #608129

Color information

#608129 (or 0x608129) is unknown color: approx 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

RGB9612941-
CMYK0.2600.680.49
HSL82.5º51.76%33.33%-
HSV(B)82.5º68.22%50.59%-
XYZ13.0718.354.95-
YUV109.189.57118.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 129 (50.78% from 255) = 48.50%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=36.09%
G=48.50%
B=15.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96129410.2600.680.4982.551.7633.33
Hex6081291A04431523421
Octal14020151320104611226441
Binary11000001000000110100111010010001001100011010010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>