#766E01

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

Shades of Olive #766E01

Tints of Olive #766E01

Color information

#766E01 (or 0x766E01) is unknown color: approx Olive. HEX triplet: 76, 6E and 01. RGB value is (118,110,1). Sum of RGB (Red+Green+Blue) = 118+110+1=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #766E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E01 is #8991FE. Grayscale: #646464. Windows color (decimal): -9015807 or 93814. OLE color: 93814.

HSL color Cylindrical-coordinate representation of color #766E01: hue angle of 55.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #766E01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB1181101-
CMYK00.070.990.54
HSL55.9º98.32%23.33%-
HSV(B)55.9º99.15%46.27%-
XYZ13.0515.012.24-
YUV99.9772.15140.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=51.53%
G=48.03%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118110100.070.990.5455.998.3223.33
Hex766E1076336386217
Octal166156107143667014227
Binary11101101101110101111100011110110111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,1); }

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

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

 a { background-color: rgb(118,110,1); }

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

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

 span { border-color: rgb(118,110,1); }

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