#60782F

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

Shades of Dark Olive Green #60782F

Tints of Dark Olive Green #60782F

Color information

#60782F (or 0x60782F) is unknown color: approx Dark Olive Green. HEX triplet: 60, 78 and 2F. RGB value is (96,120,47). Sum of RGB (Red+Green+Blue) = 96+120+47=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #60782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60782F is #9F87D0. Grayscale: #686868. Windows color (decimal): -10454993 or 3111008. OLE color: 3111008.

HSL color Cylindrical-coordinate representation of color #60782F: hue angle of 79.73º 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 #60782F is Cyan = 0.2, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB9612047-
CMYK0.200.610.53
HSL79.73º43.71%32.75%-
HSV(B)79.73º60.83%47.06%-
XYZ12.0516.125.17-
YUV104.595.55121.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=36.50%
G=45.63%
B=17.87%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120470.200.610.5379.7343.7132.75
Hex60782F1403D35502c21
Octal1401705724075651205441
Binary110000011110001011111010001111011101011010000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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