#61782F

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

Shades of Dark Olive Green #61782F

Tints of Dark Olive Green #61782F

Color information

#61782F (or 0x61782F) is unknown color: approx Dark Olive Green. HEX triplet: 61, 78 and 2F. RGB value is (97,120,47). Sum of RGB (Red+Green+Blue) = 97+120+47=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #61782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61782F is #9E87D0. Grayscale: #696969. Windows color (decimal): -10389457 or 3111009. OLE color: 3111009.

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

Color convert

RGB9712047-
CMYK0.1900.610.53
HSL78.9º43.71%32.75%-
HSV(B)78.9º60.83%47.06%-
XYZ12.1616.185.17-
YUV104.895.38122.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 47 (18.75% from 255) = 17.80%
R=36.74%
G=45.45%
B=17.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120470.1900.610.5378.943.7132.75
Hex61782F1303D354f2c21
Octal1411705723075651175441
Binary110000111110001011111001101111011101011001111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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