#76721B

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

Shades of Olivetone #76721B

Tints of Olivetone #76721B

Color information

#76721B (or 0x76721B) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 1B. RGB value is (118,114,27). Sum of RGB (Red+Green+Blue) = 118+114+27=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76721B is #898DE4. Grayscale: #696969. Windows color (decimal): -9014757 or 1798774. OLE color: 1798774.

HSL color Cylindrical-coordinate representation of color #76721B: hue angle of 57.36º 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 #76721B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB11811427-
CMYK00.030.770.54
HSL57.36º62.76%28.43%-
HSV(B)57.36º77.12%46.27%-
XYZ13.6915.973.4-
YUV105.2883.83137.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=45.56%
G=44.02%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181142700.030.770.5457.3662.7628.43
Hex76721B034D36393f1c
Octal166162330311566717734
Binary1110110111001011011011100110111011011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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