#7F8760

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

Shades of Bitter #7F8760

Tints of Bitter #7F8760

Color information

#7F8760 (or 0x7F8760) is unknown color: approx Bitter. HEX triplet: 7F, 87 and 60. RGB value is (127,135,96). Sum of RGB (Red+Green+Blue) = 127+135+96=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8760 is #80789F. Grayscale: #808080. Windows color (decimal): -8419488 or 6326143. OLE color: 6326143.

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

Color convert

RGB12713596-
CMYK0.0600.290.47
HSL72.31º16.88%45.29%-
HSV(B)72.31º28.89%52.94%-
XYZ19.5322.6814.42-
YUV128.16109.85127.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=35.47%
G=37.71%
B=26.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135960.0600.290.4772.3116.8845.29
Hex7F8760601D2F48112d
Octal1772071406035571102155
Binary1111111100001111100000110011101101111100100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,135,96); }

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

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

 a { background-color: rgb(127,135,96); }

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

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

 span { border-color: rgb(127,135,96); }

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