#76740A

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

Shades of Olive #76740A

Tints of Olive #76740A

Color information

#76740A (or 0x76740A) is unknown color: approx Olive. HEX triplet: 76, 74 and 0A. RGB value is (118,116,10). Sum of RGB (Red+Green+Blue) = 118+116+10=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76740A is #898BF5. Grayscale: #686868. Windows color (decimal): -9014262 or 685174. OLE color: 685174.

HSL color Cylindrical-coordinate representation of color #76740A: hue angle of 58.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76740A is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB11811610-
CMYK00.020.920.54
HSL58.89º84.38%25.1%-
HSV(B)58.89º91.53%46.27%-
XYZ13.7716.362.72-
YUV104.5174.66137.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 10 (4.30% from 255) = 4.10%
R=48.36%
G=47.54%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181161000.020.920.5458.8984.3825.1
Hex7674A025C363b5419
Octal1661641202134667312431
Binary1110110111010010100101011100110110111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76740A; }

 p { color: rgb(118,116,10); }

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

<style>
 a { background-color: #76740A; }

 a { background-color: rgb(118,116,10); }

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

<style>
 span { border-color: #76740A; }

 span { border-color: rgb(118,116,10); }

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