#766800

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

Shades of Olive #766800

Tints of Olive #766800

Color information

#766800 (or 0x766800) is unknown color: approx Olive. HEX triplet: 76, 68 and 00. RGB value is (118,104,0). Sum of RGB (Red+Green+Blue) = 118+104+0=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #766800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766800 is #8997FF. Grayscale: #606060. Windows color (decimal): -9017344 or 26742. OLE color: 26742.

HSL color Cylindrical-coordinate representation of color #766800: hue angle of 52.88º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #766800 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1181040-
CMYK00.1210.54
HSL52.88º100%23.14%-
HSV(B)52.88º100%46.27%-
XYZ12.4213.752-
YUV96.3373.64143.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.15%
G=46.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118104000.1210.5452.8810023.14
Hex766800C6436356417
Octal1661500014144666514427
Binary111011011010000011001100100110110110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766800; }

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

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

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

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

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

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

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

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