#7F8235

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

Shades of Trendy Green #7F8235

Tints of Trendy Green #7F8235

Color information

#7F8235 (or 0x7F8235) is unknown color: approx Trendy Green. HEX triplet: 7F, 82 and 35. RGB value is (127,130,53). Sum of RGB (Red+Green+Blue) = 127+130+53=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8235 is #807DCA. Grayscale: #787878. Windows color (decimal): -8420811 or 3506815. OLE color: 3506815.

HSL color Cylindrical-coordinate representation of color #7F8235: hue angle of 62.34º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F8235 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB12713053-
CMYK0.0200.590.49
HSL62.34º42.08%35.88%-
HSV(B)62.34º59.23%50.98%-
XYZ17.3820.736.45-
YUV120.3290.01132.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=40.97%
G=41.94%
B=17.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130530.0200.590.4962.3442.0835.88
Hex7F8235203B313e2a24
Octal17720265207361765244
Binary111111110000010110101100111011110001111110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,130,53); }

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

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

 a { background-color: rgb(127,130,53); }

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

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

 span { border-color: rgb(127,130,53); }

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