#766600

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

Shades of Olive #766600

Tints of Olive #766600

Color information

#766600 (or 0x766600) is unknown color: approx Olive. HEX triplet: 76, 66 and 00. RGB value is (118,102,0). Sum of RGB (Red+Green+Blue) = 118+102+0=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #766600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766600 is #8999FF. Grayscale: #5F5F5F. Windows color (decimal): -9017856 or 26230. OLE color: 26230.

HSL color Cylindrical-coordinate representation of color #766600: hue angle of 51.86º 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 #766600 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1181020-
CMYK00.1410.54
HSL51.86º100%23.14%-
HSV(B)51.86º100%46.27%-
XYZ12.2213.351.93-
YUV95.1674.3144.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.64%
G=46.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118102000.1410.5451.8610023.14
Hex766600E6436346417
Octal1661460016144666414427
Binary111011011001100011101100100110110110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766600; }

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

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

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

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

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

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

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

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