#78741E

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

Shades of Olivetone #78741E

Tints of Olivetone #78741E

Color information

#78741E (or 0x78741E) is unknown color: approx Olivetone. HEX triplet: 78, 74 and 1E. RGB value is (120,116,30). Sum of RGB (Red+Green+Blue) = 120+116+30=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78741E is #878BE1. Grayscale: #6B6B6B. Windows color (decimal): -8883170 or 1995896. OLE color: 1995896.

HSL color Cylindrical-coordinate representation of color #78741E: hue angle of 57.33º 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 #78741E is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB12011630-
CMYK00.030.750.53
HSL57.33º60%29.41%-
HSV(B)57.33º75%47.06%-
XYZ14.2316.583.68-
YUV107.3984.33136.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=45.11%
G=43.61%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201163000.030.750.5357.336029.41
Hex78741E034B35393c1d
Octal170164360311365717435
Binary1111000111010011110011100101111010111100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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