#766301

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

Shades of Olive #766301

Tints of Olive #766301

Color information

#766301 (or 0x766301) is unknown color: approx Olive. HEX triplet: 76, 63 and 01. RGB value is (118,99,1). Sum of RGB (Red+Green+Blue) = 118+99+1=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #766301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766301 is #899CFE. Grayscale: #5D5D5D. Windows color (decimal): -9018623 or 90998. OLE color: 90998.

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

Color convert

RGB118991-
CMYK00.160.990.54
HSL50.26º98.32%23.33%-
HSV(B)50.26º99.15%46.27%-
XYZ11.9412.781.87-
YUV93.5175.79145.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=54.13%
G=45.41%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11899100.160.990.5450.2698.3223.33
Hex766310106336326217
Octal1661431020143666214227
Binary1110110110001110100001100011110110110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766301; }

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

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

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

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

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

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

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

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