#766605

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

Shades of Olive #766605

Tints of Olive #766605

Color information

#766605 (or 0x766605) is unknown color: approx Olive. HEX triplet: 76, 66 and 05. RGB value is (118,102,5). Sum of RGB (Red+Green+Blue) = 118+102+5=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #766605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766605 is #8999FA. Grayscale: #606060. Windows color (decimal): -9017851 or 353910. OLE color: 353910.

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

Color convert

RGB1181025-
CMYK00.140.960.54
HSL51.5º91.87%24.12%-
HSV(B)51.5º95.76%46.27%-
XYZ12.2513.372.08-
YUV95.7376.8143.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=52.44%
G=45.33%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118102500.140.960.5451.591.8724.12
Hex766650E6036345c18
Octal1661465016140666413430
Binary11101101100110101011101100000110110110100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766605; }

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

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

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

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

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

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

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

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