#7F760C

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

Shades of Olive #7F760C

Tints of Olive #7F760C

Color information

#7F760C (or 0x7F760C) is unknown color: approx Olive. HEX triplet: 7F, 76 and 0C. RGB value is (127,118,12). Sum of RGB (Red+Green+Blue) = 127+118+12=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F760C is #8089F3. Grayscale: #6D6D6D. Windows color (decimal): -8423924 or 816767. OLE color: 816767.

HSL color Cylindrical-coordinate representation of color #7F760C: hue angle of 55.3º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F760C is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB12711812-
CMYK00.070.910.50
HSL55.3º82.73%27.25%-
HSV(B)55.3º90.55%49.8%-
XYZ15.317.52.92-
YUV108.6173.48141.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.42%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=49.42%
G=45.91%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271181200.070.910.5055.382.7327.25
Hex7F76C075B3237531b
Octal1771661407133626712333
Binary11111111110110110001111011011110010110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F760C; }

 p { color: rgb(127,118,12); }

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

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

 a { background-color: rgb(127,118,12); }

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

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

 span { border-color: rgb(127,118,12); }

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