#766F08

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

Shades of Olive #766F08

Tints of Olive #766F08

Color information

#766F08 (or 0x766F08) is unknown color: approx Olive. HEX triplet: 76, 6F and 08. RGB value is (118,111,8). Sum of RGB (Red+Green+Blue) = 118+111+8=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F08 is #8990F7. Grayscale: #656565. Windows color (decimal): -9015544 or 552822. OLE color: 552822.

HSL color Cylindrical-coordinate representation of color #766F08: hue angle of 56.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #766F08 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB1181118-
CMYK00.060.930.54
HSL56.18º87.3%24.71%-
HSV(B)56.18º93.22%46.27%-
XYZ13.215.242.48-
YUV101.3575.32139.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 111 (43.75% from 255) = 46.84%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=49.79%
G=46.84%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118111800.060.930.5456.1887.324.71
Hex766F8065D36385719
Octal1661571006135667012731
Binary11101101101111100001101011101110110111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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