#7F8661

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

Shades of Bitter #7F8661

Tints of Bitter #7F8661

Color information

#7F8661 (or 0x7F8661) is unknown color: approx Bitter. HEX triplet: 7F, 86 and 61. RGB value is (127,134,97). Sum of RGB (Red+Green+Blue) = 127+134+97=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8661 is #80799E. Grayscale: #7F7F7F. Windows color (decimal): -8419743 or 6391423. OLE color: 6391423.

HSL color Cylindrical-coordinate representation of color #7F8661: hue angle of 71.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F8661 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB12713497-
CMYK0.0500.280.47
HSL71.35º16.02%45.29%-
HSV(B)71.35º27.61%52.55%-
XYZ19.4422.4314.61-
YUV127.69110.68127.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=35.47%
G=37.43%
B=27.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134970.0500.280.4771.3516.0245.29
Hex7F8661501C2F47102d
Octal1772061415034571072055
Binary1111111100001101100001101011100101111100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,97); }

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

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

 a { background-color: rgb(127,134,97); }

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

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

 span { border-color: rgb(127,134,97); }

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