#61782E

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

Shades of Dark Olive Green #61782E

Tints of Dark Olive Green #61782E

Color information

#61782E (or 0x61782E) is unknown color: approx Dark Olive Green. HEX triplet: 61, 78 and 2E. RGB value is (97,120,46). Sum of RGB (Red+Green+Blue) = 97+120+46=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #61782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61782E is #9E87D1. Grayscale: #686868. Windows color (decimal): -10389458 or 3045473. OLE color: 3045473.

HSL color Cylindrical-coordinate representation of color #61782E: hue angle of 78.65º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61782E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB9712046-
CMYK0.1900.620.53
HSL78.65º44.58%32.55%-
HSV(B)78.65º61.67%47.06%-
XYZ12.1416.175.07-
YUV104.6994.88122.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=36.88%
G=45.63%
B=17.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120460.1900.620.5378.6544.5832.55
Hex61782E1303E354f2d21
Octal1411705623076651175541
Binary110000111110001011101001101111101101011001111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61782E; }

 p { color: rgb(97,120,46); }

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

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

 a { background-color: rgb(97,120,46); }

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

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

 span { border-color: rgb(97,120,46); }

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