#76761B

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

Shades of Olivetone #76761B

Tints of Olivetone #76761B

Color information

#76761B (or 0x76761B) is unknown color: approx Olivetone. HEX triplet: 76, 76 and 1B. RGB value is (118,118,27). Sum of RGB (Red+Green+Blue) = 118+118+27=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76761B is #8989E4. Grayscale: #6B6B6B. Windows color (decimal): -9013733 or 1799798. OLE color: 1799798.

HSL color Cylindrical-coordinate representation of color #76761B: hue angle of 60º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76761B is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB11811827-
CMYK000.770.54
HSL60º62.76%28.43%-
HSV(B)60º77.12%46.27%-
XYZ14.1516.893.55-
YUV107.6382.5135.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=44.87%
G=44.87%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811827000.770.546062.7628.43
Hex76761B004D363c3f1c
Octal166166330011566747734
Binary111011011101101101100100110111011011110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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