#766300

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

Shades of Olive #766300

Tints of Olive #766300

Color information

#766300 (or 0x766300) is unknown color: approx Olive. HEX triplet: 76, 63 and 00. RGB value is (118,99,0). Sum of RGB (Red+Green+Blue) = 118+99+0=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #766300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766300 is #899CFF. Grayscale: #5D5D5D. Windows color (decimal): -9018624 or 25462. OLE color: 25462.

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

Color convert

RGB118990-
CMYK00.1610.54
HSL50.34º100%23.14%-
HSV(B)50.34º100%46.27%-
XYZ11.9312.781.84-
YUV93.475.29145.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.38%
G=45.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11899000.1610.5450.3410023.14
Hex766300106436326417
Octal1661430020144666214427
Binary1110110110001100100001100100110110110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766300; }

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

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

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

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

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

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

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

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