#7E826B

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

Shades of Bitter #7E826B

Tints of Bitter #7E826B

Color information

#7E826B (or 0x7E826B) is unknown color: approx Bitter. HEX triplet: 7E, 82 and 6B. RGB value is (126,130,107). Sum of RGB (Red+Green+Blue) = 126+130+107=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #7E826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E826B is #817D94. Grayscale: #7E7E7E. Windows color (decimal): -8486293 or 7045758. OLE color: 7045758.

HSL color Cylindrical-coordinate representation of color #7E826B: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E826B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB126130107-
CMYK0.0300.180.49
HSL70.43º9.7%46.47%-
HSV(B)70.43º17.69%50.98%-
XYZ19.2421.4617.04-
YUV126.18117.17127.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=34.71%
G=35.81%
B=29.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261301070.0300.180.4970.439.746.47
Hex7E826B30123146a2e
Octal1762021533022611061256
Binary11111101000001011010111101001011000110001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,107); }

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

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

 a { background-color: rgb(126,130,107); }

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

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

 span { border-color: rgb(126,130,107); }

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