#78781B

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

Shades of Olivetone #78781B

Tints of Olivetone #78781B

Color information

#78781B (or 0x78781B) is unknown color: approx Olivetone. HEX triplet: 78, 78 and 1B. RGB value is (120,120,27). Sum of RGB (Red+Green+Blue) = 120+120+27=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78781B is #8787E4. Grayscale: #6D6D6D. Windows color (decimal): -8882149 or 1800312. OLE color: 1800312.

HSL color Cylindrical-coordinate representation of color #78781B: hue angle of 60º 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 #78781B is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB12012027-
CMYK000.780.53
HSL60º63.27%28.82%-
HSV(B)60º77.5%47.06%-
XYZ14.6617.513.64-
YUV109.481.5135.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=44.94%
G=44.94%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012027000.780.536063.2728.82
Hex78781B004E353c3f1d
Octal170170330011665747735
Binary111100011110001101100100111011010111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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