#766803

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

Shades of Olive #766803

Tints of Olive #766803

Color information

#766803 (or 0x766803) is unknown color: approx Olive. HEX triplet: 76, 68 and 03. RGB value is (118,104,3). Sum of RGB (Red+Green+Blue) = 118+104+3=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #766803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766803 is #8997FC. Grayscale: #616161. Windows color (decimal): -9017341 or 223350. OLE color: 223350.

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

Color convert

RGB1181043-
CMYK00.120.970.54
HSL52.7º95.04%23.73%-
HSV(B)52.7º97.46%46.27%-
XYZ12.4413.762.09-
YUV96.6775.14143.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=52.44%
G=46.22%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118104300.120.970.5452.795.0423.73
Hex766830C6136355f18
Octal1661503014141666513730
Binary1110110110100011011001100001110110110101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766803; }

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

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

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

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

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

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

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

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