#766400

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

Shades of Olive #766400

Tints of Olive #766400

Color information

#766400 (or 0x766400) is unknown color: approx Olive. HEX triplet: 76, 64 and 00. RGB value is (118,100,0). Sum of RGB (Red+Green+Blue) = 118+100+0=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #766400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766400 is #899BFF. Grayscale: #5E5E5E. Windows color (decimal): -9018368 or 25718. OLE color: 25718.

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

Color convert

RGB1181000-
CMYK00.1510.54
HSL50.85º100%23.14%-
HSV(B)50.85º100%46.27%-
XYZ12.0312.971.87-
YUV93.9874.96145.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.13%
G=45.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118100000.1510.5450.8510023.14
Hex766400F6436336417
Octal1661440017144666314427
Binary111011011001000011111100100110110110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766400; }

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

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

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

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

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

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

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

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