#7F852D

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

Shades of Trendy Green #7F852D

Tints of Trendy Green #7F852D

Color information

#7F852D (or 0x7F852D) is unknown color: approx Trendy Green. HEX triplet: 7F, 85 and 2D. RGB value is (127,133,45). Sum of RGB (Red+Green+Blue) = 127+133+45=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #7F852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F852D is #807AD2. Grayscale: #797979. Windows color (decimal): -8420051 or 2983295. OLE color: 2983295.

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

Color convert

RGB12713345-
CMYK0.0500.660.48
HSL64.09º49.44%34.9%-
HSV(B)64.09º66.17%52.16%-
XYZ17.6121.485.7-
YUV121.1785.01132.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=41.64%
G=43.61%
B=14.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127133450.0500.660.4864.0949.4434.9
Hex7F852D504230403123
Octal1772055550102601006143
Binary111111110000101101101101010000101100001000000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,45); }

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

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

 a { background-color: rgb(127,133,45); }

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

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

 span { border-color: rgb(127,133,45); }

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