#766F09

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

Shades of Olive #766F09

Tints of Olive #766F09

Color information

#766F09 (or 0x766F09) is unknown color: approx Olive. HEX triplet: 76, 6F and 09. RGB value is (118,111,9). Sum of RGB (Red+Green+Blue) = 118+111+9=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F09 is #8990F6. Grayscale: #656565. Windows color (decimal): -9015543 or 618358. OLE color: 618358.

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

Color convert

RGB1181119-
CMYK00.060.920.54
HSL56.15º85.83%24.9%-
HSV(B)56.15º92.37%46.27%-
XYZ13.215.242.5-
YUV101.4675.82139.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 111 (43.75% from 255) = 46.64%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=49.58%
G=46.64%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118111900.060.920.5456.1585.8324.9
Hex766F9065C36385619
Octal1661571106134667012631
Binary11101101101111100101101011100110110111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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