#766700

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

Shades of Olive #766700

Tints of Olive #766700

Color information

#766700 (or 0x766700) is unknown color: approx Olive. HEX triplet: 76, 67 and 00. RGB value is (118,103,0). Sum of RGB (Red+Green+Blue) = 118+103+0=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #766700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766700 is #8998FF. Grayscale: #606060. Windows color (decimal): -9017600 or 26486. OLE color: 26486.

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

Color convert

RGB1181030-
CMYK00.1310.54
HSL52.37º100%23.14%-
HSV(B)52.37º100%46.27%-
XYZ12.3213.551.97-
YUV95.7473.97143.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.39%
G=46.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118103000.1310.5452.3710023.14
Hex766700D6436346417
Octal1661470015144666414427
Binary111011011001110011011100100110110110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766700; }

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

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

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

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

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

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

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

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