#78781F

Color #78781F Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #78781F

Tints of Olivetone #78781F

Color information

#78781F (or 0x78781F) is unknown color: approx Olivetone. HEX triplet: 78, 78 and 1F. RGB value is (120,120,31). Sum of RGB (Red+Green+Blue) = 120+120+31=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78781F is #8787E0. Grayscale: #6E6E6E. Windows color (decimal): -8882145 or 2062456. OLE color: 2062456.

HSL color Cylindrical-coordinate representation of color #78781F: hue angle of 60º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78781F is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12012031-
CMYK000.740.53
HSL60º58.94%29.61%-
HSV(B)60º74.17%47.06%-
XYZ14.7117.523.9-
YUV109.8583.5135.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=44.28%
G=44.28%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012031000.740.536058.9429.61
Hex78781F004A353c3b1e
Octal170170370011265747336
Binary111100011110001111100100101011010111110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,120,31); }

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

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

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

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

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

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

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