#607C2B

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

Shades of Dark Olive Green #607C2B

Tints of Dark Olive Green #607C2B

Color information

#607C2B (or 0x607C2B) is unknown color: approx Dark Olive Green. HEX triplet: 60, 7C and 2B. RGB value is (96,124,43). Sum of RGB (Red+Green+Blue) = 96+124+43=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #607C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607C2B is #9F83D4. Grayscale: #6A6A6A. Windows color (decimal): -10453973 or 2849888. OLE color: 2849888.

HSL color Cylindrical-coordinate representation of color #607C2B: hue angle of 80.74º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #607C2B is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB9612443-
CMYK0.2300.650.51
HSL80.74º48.5%32.75%-
HSV(B)80.74º65.32%48.63%-
XYZ12.4717.084.92-
YUV106.3992.22120.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 124 (48.83% from 255) = 47.15%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=36.50%
G=47.15%
B=16.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96124430.2300.650.5180.7448.532.75
Hex607C2B1704133513121
Octal14017453270101631216141
Binary1100000111110010101110111010000011100111010001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607C2B; }

 p { color: rgb(96,124,43); }

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

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

 a { background-color: rgb(96,124,43); }

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

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

 span { border-color: rgb(96,124,43); }

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