#766801

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

Shades of Olive #766801

Tints of Olive #766801

Color information

#766801 (or 0x766801) is unknown color: approx Olive. HEX triplet: 76, 68 and 01. RGB value is (118,104,1). Sum of RGB (Red+Green+Blue) = 118+104+1=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766801 is #8997FE. Grayscale: #606060. Windows color (decimal): -9017343 or 92278. OLE color: 92278.

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

Color convert

RGB1181041-
CMYK00.120.990.54
HSL52.82º98.32%23.33%-
HSV(B)52.82º99.15%46.27%-
XYZ12.4313.752.03-
YUV96.4474.14143.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=52.91%
G=46.64%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118104100.120.990.5452.8298.3223.33
Hex766810C6336356217
Octal1661501014143666514227
Binary111011011010001011001100011110110110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766801; }

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

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

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

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

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

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

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

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