#78781E

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

Shades of Olivetone #78781E

Tints of Olivetone #78781E

Color information

#78781E (or 0x78781E) is unknown color: approx Olivetone. HEX triplet: 78, 78 and 1E. RGB value is (120,120,30). Sum of RGB (Red+Green+Blue) = 120+120+30=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78781E is #8787E1. Grayscale: #6E6E6E. Windows color (decimal): -8882146 or 1996920. OLE color: 1996920.

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

Color convert

RGB12012030-
CMYK000.750.53
HSL60º60%29.41%-
HSV(B)60º75%47.06%-
XYZ14.717.523.84-
YUV109.7483135.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=44.44%
G=44.44%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012030000.750.53606029.41
Hex78781E004B353c3c1d
Octal170170360011365747435
Binary111100011110001111000100101111010111110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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