#607135

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

Shades of Dark Olive Green #607135

Tints of Dark Olive Green #607135

Color information

#607135 (or 0x607135) is unknown color: approx Dark Olive Green. HEX triplet: 60, 71 and 35. RGB value is (96,113,53). Sum of RGB (Red+Green+Blue) = 96+113+53=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #607135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607135 is #9F8ECA. Grayscale: #656565. Windows color (decimal): -10456779 or 3502432. OLE color: 3502432.

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

Color convert

RGB9611353-
CMYK0.1500.530.56
HSL77º36.14%32.55%-
HSV(B)77º53.1%44.31%-
XYZ11.3714.555.58-
YUV101.08100.87124.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=36.64%
G=43.13%
B=20.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113530.1500.530.567736.1432.55
Hex607135F035384d2421
Octal1401616517065701154441
Binary11000001110001110101111101101011110001001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607135; }

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

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

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

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

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

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

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

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