#7E8523

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

Shades of Trendy Green #7E8523

Tints of Trendy Green #7E8523

Color information

#7E8523 (or 0x7E8523) is unknown color: approx Trendy Green. HEX triplet: 7E, 85 and 23. RGB value is (126,133,35). Sum of RGB (Red+Green+Blue) = 126+133+35=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8523 is #817ADC. Grayscale: #787878. Windows color (decimal): -8485597 or 2327934. OLE color: 2327934.

HSL color Cylindrical-coordinate representation of color #7E8523: hue angle of 64.29º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E8523 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB12613335-
CMYK0.0500.740.48
HSL64.29º58.33%32.94%-
HSV(B)64.29º73.68%52.16%-
XYZ17.321.334.8-
YUV119.7480.18132.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.86%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 35 (14.06% from 255) = 11.90%
R=42.86%
G=45.24%
B=11.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133350.0500.740.4864.2958.3332.94
Hex7E8523504A30403a21
Octal1762054350112601007241
Binary111111010000101100011101010010101100001000000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,35); }

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

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

 a { background-color: rgb(126,133,35); }

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

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

 span { border-color: rgb(126,133,35); }

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