#766901

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

Shades of Olive #766901

Tints of Olive #766901

Color information

#766901 (or 0x766901) is unknown color: approx Olive. HEX triplet: 76, 69 and 01. RGB value is (118,105,1). Sum of RGB (Red+Green+Blue) = 118+105+1=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #766901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766901 is #8996FE. Grayscale: #616161. Windows color (decimal): -9017087 or 92534. OLE color: 92534.

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

Color convert

RGB1181051-
CMYK00.110.990.54
HSL53.33º98.32%23.33%-
HSV(B)53.33º99.15%46.27%-
XYZ12.5313.962.06-
YUV97.0373.81142.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=52.68%
G=46.88%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118105100.110.990.5453.3398.3223.33
Hex766910B6336356217
Octal1661511013143666514227
Binary111011011010011010111100011110110110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766901; }

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

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

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

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

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

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

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

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