#607430

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

Shades of Dark Olive Green #607430

Tints of Dark Olive Green #607430

Color information

#607430 (or 0x607430) is unknown color: approx Dark Olive Green. HEX triplet: 60, 74 and 30. RGB value is (96,116,48). Sum of RGB (Red+Green+Blue) = 96+116+48=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #607430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607430 is #9F8BCF. Grayscale: #666666. Windows color (decimal): -10456016 or 3175520. OLE color: 3175520.

HSL color Cylindrical-coordinate representation of color #607430: hue angle of 77.65º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #607430 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB9611648-
CMYK0.1700.590.55
HSL77.65º41.46%32.16%-
HSV(B)77.65º58.62%45.49%-
XYZ11.615.195.12-
YUV102.2797.37123.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 116 (45.70% from 255) = 44.62%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=36.92%
G=44.62%
B=18.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96116480.1700.590.5577.6541.4632.16
Hex6074301103B374e2920
Octal1401646021073671165140
Binary110000011101001100001000101110111101111001110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607430; }

 p { color: rgb(96,116,48); }

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

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

 a { background-color: rgb(96,116,48); }

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

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

 span { border-color: rgb(96,116,48); }

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