#766804

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

Shades of Olive #766804

Tints of Olive #766804

Color information

#766804 (or 0x766804) is unknown color: approx Olive. HEX triplet: 76, 68 and 04. RGB value is (118,104,4). Sum of RGB (Red+Green+Blue) = 118+104+4=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #766804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766804 is #8997FB. Grayscale: #616161. Windows color (decimal): -9017340 or 288886. OLE color: 288886.

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

Color convert

RGB1181044-
CMYK00.120.970.54
HSL52.63º93.44%23.92%-
HSV(B)52.63º96.61%46.27%-
XYZ12.4413.762.12-
YUV96.7975.64143.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=52.21%
G=46.02%
B=1.77%

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
Decimal118104400.120.970.5452.6393.4423.92
Hex766840C6136355d18
Octal1661504014141666513530
Binary11101101101000100011001100001110110110101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766804; }

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

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

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

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

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

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

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

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