#766E00

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

Shades of Olive #766E00

Tints of Olive #766E00

Color information

#766E00 (or 0x766E00) is unknown color: approx Olive. HEX triplet: 76, 6E and 00. RGB value is (118,110,0). Sum of RGB (Red+Green+Blue) = 118+110+0=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #766E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E00 is #8991FF. Grayscale: #646464. Windows color (decimal): -9015808 or 28278. OLE color: 28278.

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

Color convert

RGB1181100-
CMYK00.0710.54
HSL55.93º100%23.14%-
HSV(B)55.93º100%46.27%-
XYZ13.05152.21-
YUV99.8571.65140.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 110 (43.36% from 255) = 48.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.75%
G=48.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118110000.0710.5455.9310023.14
Hex766E0076436386417
Octal166156007144667014427
Binary11101101101110001111100100110110111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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