#76721C

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

Shades of Olivetone #76721C

Tints of Olivetone #76721C

Color information

#76721C (or 0x76721C) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 1C. RGB value is (118,114,28). Sum of RGB (Red+Green+Blue) = 118+114+28=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76721C is #898DE3. Grayscale: #696969. Windows color (decimal): -9014756 or 1864310. OLE color: 1864310.

HSL color Cylindrical-coordinate representation of color #76721C: hue angle of 57.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76721C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB11811428-
CMYK00.030.760.54
HSL57.33º61.64%28.63%-
HSV(B)57.33º76.27%46.27%-
XYZ13.715.973.46-
YUV105.3984.33136.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=45.38%
G=43.85%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181142800.030.760.5457.3361.6428.63
Hex76721C034C36393e1d
Octal166162340311466717635
Binary1110110111001011100011100110011011011100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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