#766603

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

Shades of Olive #766603

Tints of Olive #766603

Color information

#766603 (or 0x766603) is unknown color: approx Olive. HEX triplet: 76, 66 and 03. RGB value is (118,102,3). Sum of RGB (Red+Green+Blue) = 118+102+3=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766603 is #8999FC. Grayscale: #5F5F5F. Windows color (decimal): -9017853 or 222838. OLE color: 222838.

HSL color Cylindrical-coordinate representation of color #766603: hue angle of 51.65º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766603 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1181023-
CMYK00.140.970.54
HSL51.65º95.04%23.73%-
HSV(B)51.65º97.46%46.27%-
XYZ12.2413.362.02-
YUV95.575.8144.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=52.91%
G=45.74%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118102300.140.970.5451.6595.0423.73
Hex766630E6136345f18
Octal1661463016141666413730
Binary1110110110011011011101100001110110110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766603; }

 p { color: rgb(118,102,3); }

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

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

 a { background-color: rgb(118,102,3); }

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

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

 span { border-color: rgb(118,102,3); }

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