#607132

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

Shades of Dark Olive Green #607132

Tints of Dark Olive Green #607132

Color information

#607132 (or 0x607132) is unknown color: approx Dark Olive Green. HEX triplet: 60, 71 and 32. RGB value is (96,113,50). Sum of RGB (Red+Green+Blue) = 96+113+50=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #607132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607132 is #9F8ECD. Grayscale: #646464. Windows color (decimal): -10456782 or 3305824. OLE color: 3305824.

HSL color Cylindrical-coordinate representation of color #607132: hue angle of 76.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #607132 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB9611350-
CMYK0.1500.560.56
HSL76.19º38.65%31.96%-
HSV(B)76.19º55.75%44.31%-
XYZ11.314.535.23-
YUV100.7499.37124.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=37.07%
G=43.63%
B=19.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113500.1500.560.5676.1938.6531.96
Hex607132F038384c2720
Octal1401616217070701144740
Binary11000001110001110010111101110001110001001100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607132; }

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

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

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

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

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

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

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

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