#76730E

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

Shades of Olive #76730E

Tints of Olive #76730E

Color information

#76730E (or 0x76730E) is unknown color: approx Olive. HEX triplet: 76, 73 and 0E. RGB value is (118,115,14). Sum of RGB (Red+Green+Blue) = 118+115+14=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76730E is #898CF1. Grayscale: #686868. Windows color (decimal): -9014514 or 947062. OLE color: 947062.

HSL color Cylindrical-coordinate representation of color #76730E: hue angle of 58.27º 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 #76730E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB11811514-
CMYK00.030.880.54
HSL58.27º78.79%25.88%-
HSV(B)58.27º88.14%46.27%-
XYZ13.6816.142.81-
YUV104.3876.99137.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=47.77%
G=46.56%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181151400.030.880.5458.2778.7925.88
Hex7673E0358363a4f1a
Octal1661631603130667211732
Binary1110110111001111100111011000110110111010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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