#78741B

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

Shades of Olivetone #78741B

Tints of Olivetone #78741B

Color information

#78741B (or 0x78741B) is unknown color: approx Olivetone. HEX triplet: 78, 74 and 1B. RGB value is (120,116,27). Sum of RGB (Red+Green+Blue) = 120+116+27=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78741B is #878BE4. Grayscale: #6B6B6B. Windows color (decimal): -8883173 or 1799288. OLE color: 1799288.

HSL color Cylindrical-coordinate representation of color #78741B: hue angle of 57.42º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78741B is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB12011627-
CMYK00.030.780.53
HSL57.42º63.27%28.82%-
HSV(B)57.42º77.5%47.06%-
XYZ14.1916.563.49-
YUV107.0582.83137.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=45.63%
G=44.11%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201162700.030.780.5357.4263.2728.82
Hex78741B034E35393f1d
Octal170164330311665717735
Binary1111000111010011011011100111011010111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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