#76710F

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

Shades of Olive #76710F

Tints of Olive #76710F

Color information

#76710F (or 0x76710F) is unknown color: approx Olive. HEX triplet: 76, 71 and 0F. RGB value is (118,113,15). Sum of RGB (Red+Green+Blue) = 118+113+15=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76710F is #898EF0. Grayscale: #676767. Windows color (decimal): -9015025 or 1012086. OLE color: 1012086.

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

Color convert

RGB11811315-
CMYK00.040.870.54
HSL57.09º77.44%26.08%-
HSV(B)57.09º87.29%46.27%-
XYZ13.4615.72.77-
YUV103.3278.16138.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 15 (6.25% from 255) = 6.10%
R=47.97%
G=45.93%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181131500.040.870.5457.0977.4426.08
Hex7671F045736394d1a
Octal1661611704127667111532
Binary11101101110001111101001010111110110111001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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