#766F0E

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

Shades of Olive #766F0E

Tints of Olive #766F0E

Color information

#766F0E (or 0x766F0E) is unknown color: approx Olive. HEX triplet: 76, 6F and 0E. RGB value is (118,111,14). Sum of RGB (Red+Green+Blue) = 118+111+14=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #766F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F0E is #8990F1. Grayscale: #666666. Windows color (decimal): -9015538 or 946038. OLE color: 946038.

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

Color convert

RGB11811114-
CMYK00.060.880.54
HSL55.96º78.79%25.88%-
HSV(B)55.96º88.14%46.27%-
XYZ13.2315.252.66-
YUV102.0478.32139.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=48.56%
G=45.68%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181111400.060.880.5455.9678.7925.88
Hex766FE065836384f1a
Octal1661571606130667011732
Binary11101101101111111001101011000110110111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766F0E; }

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

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

<style>
 a { background-color: #766F0E; }

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

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

<style>
 span { border-color: #766F0E; }

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

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