#76700D

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

Shades of Olive #76700D

Tints of Olive #76700D

Color information

#76700D (or 0x76700D) is unknown color: approx Olive. HEX triplet: 76, 70 and 0D. RGB value is (118,112,13). Sum of RGB (Red+Green+Blue) = 118+112+13=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76700D is #898FF2. Grayscale: #666666. Windows color (decimal): -9015283 or 880758. OLE color: 880758.

HSL color Cylindrical-coordinate representation of color #76700D: hue angle of 56.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76700D is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11811213-
CMYK00.050.890.54
HSL56.57º80.15%25.69%-
HSV(B)56.57º88.98%46.27%-
XYZ13.3415.472.66-
YUV102.5177.49139.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=48.56%
G=46.09%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181121300.050.890.5456.5780.1525.69
Hex7670D05593639501a
Octal1661601505131667112032
Binary11101101110000110101011011001110110111001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76700D; }

 p { color: rgb(118,112,13); }

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

<style>
 a { background-color: #76700D; }

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

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

<style>
 span { border-color: #76700D; }

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

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