#766F0D

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

Shades of Olive #766F0D

Tints of Olive #766F0D

Color information

#766F0D (or 0x766F0D) is unknown color: approx Olive. HEX triplet: 76, 6F and 0D. RGB value is (118,111,13). Sum of RGB (Red+Green+Blue) = 118+111+13=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F0D is #8990F2. Grayscale: #666666. Windows color (decimal): -9015539 or 880502. OLE color: 880502.

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

Color convert

RGB11811113-
CMYK00.060.890.54
HSL56º80.15%25.69%-
HSV(B)56º88.98%46.27%-
XYZ13.2315.252.63-
YUV101.9277.82139.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 111 (43.75% from 255) = 45.87%
BLUE value IS 13 (5.47% from 255) = 5.37%
R=48.76%
G=45.87%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181111300.060.890.545680.1525.69
Hex766FD06593638501a
Octal1661571506131667012032
Binary11101101101111110101101011001110110111000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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