#766500

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

Shades of Olive #766500

Tints of Olive #766500

Color information

#766500 (or 0x766500) is unknown color: approx Olive. HEX triplet: 76, 65 and 00. RGB value is (118,101,0). Sum of RGB (Red+Green+Blue) = 118+101+0=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #766500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766500 is #899AFF. Grayscale: #5E5E5E. Windows color (decimal): -9018112 or 25974. OLE color: 25974.

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

Color convert

RGB1181010-
CMYK00.1410.54
HSL51.36º100%23.14%-
HSV(B)51.36º100%46.27%-
XYZ12.1213.161.9-
YUV94.5774.63144.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.88%
G=46.12%
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
Decimal118101000.1410.5451.3610023.14
Hex766500E6436336417
Octal1661450016144666314427
Binary111011011001010011101100100110110110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766500; }

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

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

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

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

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

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

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

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