#608327

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

Shades of Olive Drab #608327

Tints of Olive Drab #608327

Color information

#608327 (or 0x608327) is unknown color: approx Olive Drab. HEX triplet: 60, 83 and 27. RGB value is (96,131,39). Sum of RGB (Red+Green+Blue) = 96+131+39=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #608327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608327 is #9F7CD8. Grayscale: #6E6E6E. Windows color (decimal): -10452185 or 2589536. OLE color: 2589536.

HSL color Cylindrical-coordinate representation of color #608327: hue angle of 82.83º 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 #608327 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB9613139-
CMYK0.2700.700.49
HSL82.83º54.12%33.33%-
HSV(B)82.83º70.23%51.37%-
XYZ13.3118.874.86-
YUV110.0587.9117.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 131 (51.56% from 255) = 49.25%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=36.09%
G=49.25%
B=14.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96131390.2700.700.4982.8354.1233.33
Hex6083271B04631533621
Octal14020347330106611236641
Binary11000001000001110011111011010001101100011010011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608327; }

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

 H1.HeaderClassName
 {
   color: #608327;
 }
 .AnyTagClassName
 {
   color: #608327;
 }
</style>
background-color css

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

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

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

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

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

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