#76710E

Color #76710E Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #76710E

Tints of Olive #76710E

Color information

#76710E (or 0x76710E) is unknown color: approx Olive. HEX triplet: 76, 71 and 0E. RGB value is (118,113,14). Sum of RGB (Red+Green+Blue) = 118+113+14=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76710E is #898EF1. Grayscale: #676767. Windows color (decimal): -9015026 or 946550. OLE color: 946550.

HSL color Cylindrical-coordinate representation of color #76710E: hue angle of 57.12º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76710E is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB11811314-
CMYK00.040.880.54
HSL57.12º78.79%25.88%-
HSV(B)57.12º88.14%46.27%-
XYZ13.4615.692.74-
YUV103.2177.66138.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=48.16%
G=46.12%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181131400.040.880.5457.1278.7925.88
Hex7671E045836394f1a
Octal1661611604130667111732
Binary11101101110001111001001011000110110111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76710E; }

 p { color: rgb(118,113,14); }

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

<style>
 a { background-color: #76710E; }

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

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

<style>
 span { border-color: #76710E; }

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

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