#76781C

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

Shades of Olivetone #76781C

Tints of Olivetone #76781C

Color information

#76781C (or 0x76781C) is unknown color: approx Olivetone. HEX triplet: 76, 78 and 1C. RGB value is (118,120,28). Sum of RGB (Red+Green+Blue) = 118+120+28=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #76781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76781C is #8987E3. Grayscale: #6D6D6D. Windows color (decimal): -9013220 or 1865846. OLE color: 1865846.

HSL color Cylindrical-coordinate representation of color #76781C: hue angle of 61.3º degrees, saturation: 0.62, 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 #76781C is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB11812028-
CMYK0.0200.770.53
HSL61.3º62.16%29.02%-
HSV(B)61.3º76.67%47.06%-
XYZ14.417.373.69-
YUV108.9182.34134.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 28 (11.33% from 255) = 10.53%
R=44.36%
G=45.11%
B=10.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120280.0200.770.5361.362.1629.02
Hex76781C204D353d3e1d
Octal166170342011565757635
Binary1110110111100011100100100110111010111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76781C; }

 p { color: rgb(118,120,28); }

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

<style>
 a { background-color: #76781C; }

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

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

<style>
 span { border-color: #76781C; }

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

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