#607234

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

Shades of Dark Olive Green #607234

Tints of Dark Olive Green #607234

Color information

#607234 (or 0x607234) is unknown color: approx Dark Olive Green. HEX triplet: 60, 72 and 34. RGB value is (96,114,52). Sum of RGB (Red+Green+Blue) = 96+114+52=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #607234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607234 is #9F8DCB. Grayscale: #656565. Windows color (decimal): -10456524 or 3437152. OLE color: 3437152.

HSL color Cylindrical-coordinate representation of color #607234: hue angle of 77.42º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #607234 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB9611452-
CMYK0.1600.540.55
HSL77.42º37.35%32.55%-
HSV(B)77.42º54.39%44.71%-
XYZ11.4614.775.5-
YUV101.55100.04124.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=36.64%
G=43.51%
B=19.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114520.1600.540.5577.4237.3532.55
Hex60723410036374d2521
Octal1401626420066671154541
Binary110000011100101101001000001101101101111001101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607234; }

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

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

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

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

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

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

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

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