#607932

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

Shades of Dark Olive Green #607932

Tints of Dark Olive Green #607932

Color information

#607932 (or 0x607932) is unknown color: approx Dark Olive Green. HEX triplet: 60, 79 and 32. RGB value is (96,121,50). Sum of RGB (Red+Green+Blue) = 96+121+50=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #607932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607932 is #9F86CD. Grayscale: #696969. Windows color (decimal): -10454734 or 3307872. OLE color: 3307872.

HSL color Cylindrical-coordinate representation of color #607932: hue angle of 81.13º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #607932 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB9612150-
CMYK0.2100.590.53
HSL81.13º41.52%33.53%-
HSV(B)81.13º58.68%47.45%-
XYZ12.2416.395.54-
YUV105.4396.72121.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=35.96%
G=45.32%
B=18.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96121500.2100.590.5381.1341.5233.53
Hex6079321503B35512a22
Octal1401716225073651215242
Binary110000011110011100101010101110111101011010001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607932; }

 p { color: rgb(96,121,50); }

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

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

 a { background-color: rgb(96,121,50); }

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

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

 span { border-color: rgb(96,121,50); }

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