#766705

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

Shades of Olive #766705

Tints of Olive #766705

Color information

#766705 (or 0x766705) is unknown color: approx Olive. HEX triplet: 76, 67 and 05. RGB value is (118,103,5). Sum of RGB (Red+Green+Blue) = 118+103+5=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #766705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766705 is #8998FA. Grayscale: #606060. Windows color (decimal): -9017595 or 354166. OLE color: 354166.

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

Color convert

RGB1181035-
CMYK00.130.960.54
HSL52.04º91.87%24.12%-
HSV(B)52.04º95.76%46.27%-
XYZ12.3513.562.11-
YUV96.3176.47143.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=52.21%
G=45.58%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118103500.130.960.5452.0491.8724.12
Hex766750D6036345c18
Octal1661475015140666413430
Binary11101101100111101011011100000110110110100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766705; }

 p { color: rgb(118,103,5); }

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

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

 a { background-color: rgb(118,103,5); }

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

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

 span { border-color: rgb(118,103,5); }

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