#607035

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

Shades of Dark Olive Green #607035

Tints of Dark Olive Green #607035

Color information

#607035 (or 0x607035) is unknown color: approx Dark Olive Green. HEX triplet: 60, 70 and 35. RGB value is (96,112,53). Sum of RGB (Red+Green+Blue) = 96+112+53=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #607035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607035 is #9F8FCA. Grayscale: #646464. Windows color (decimal): -10457035 or 3502176. OLE color: 3502176.

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

Color convert

RGB9611253-
CMYK0.1400.530.56
HSL76.27º35.76%32.35%-
HSV(B)76.27º52.68%43.92%-
XYZ11.2614.335.54-
YUV100.49101.2124.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=36.78%
G=42.91%
B=20.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112530.1400.530.5676.2735.7632.35
Hex607035E035384c2420
Octal1401606516065701144440
Binary11000001110000110101111001101011110001001100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607035; }

 p { color: rgb(96,112,53); }

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

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

 a { background-color: rgb(96,112,53); }

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

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

 span { border-color: rgb(96,112,53); }

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