#766B09

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

Shades of Olive #766B09

Tints of Olive #766B09

Color information

#766B09 (or 0x766B09) is unknown color: approx Olive. HEX triplet: 76, 6B and 09. RGB value is (118,107,9). Sum of RGB (Red+Green+Blue) = 118+107+9=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #766B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B09 is #8994F6. Grayscale: #636363. Windows color (decimal): -9016567 or 617334. OLE color: 617334.

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

Color convert

RGB1181079-
CMYK00.090.920.54
HSL53.94º85.83%24.9%-
HSV(B)53.94º92.37%46.27%-
XYZ12.7814.392.36-
YUV99.1277.14141.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=50.43%
G=45.73%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118107900.090.920.5453.9485.8324.9
Hex766B9095C36365619
Octal16615311011134666612631
Binary111011011010111001010011011100110110110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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