#607034

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

Shades of Dark Olive Green #607034

Tints of Dark Olive Green #607034

Color information

#607034 (or 0x607034) is unknown color: approx Dark Olive Green. HEX triplet: 60, 70 and 34. RGB value is (96,112,52). Sum of RGB (Red+Green+Blue) = 96+112+52=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #607034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607034 is #9F8FCB. Grayscale: #646464. Windows color (decimal): -10457036 or 3436640. OLE color: 3436640.

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

Color convert

RGB9611252-
CMYK0.1400.540.56
HSL76º36.59%32.16%-
HSV(B)76º53.57%43.92%-
XYZ11.2414.325.42-
YUV100.38100.7124.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 52 (20.70% from 255) = 20%
R=36.92%
G=43.08%
B=20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112520.1400.540.567636.5932.16
Hex607034E036384c2520
Octal1401606416066701144540
Binary11000001110000110100111001101101110001001100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607034; }

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

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

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

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

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

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

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

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