#7F8A27

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

Shades of Trendy Green #7F8A27

Tints of Trendy Green #7F8A27

Color information

#7F8A27 (or 0x7F8A27) is unknown color: approx Trendy Green. HEX triplet: 7F, 8A and 27. RGB value is (127,138,39). Sum of RGB (Red+Green+Blue) = 127+138+39=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8A27 is #8075D8. Grayscale: #7B7B7B. Windows color (decimal): -8418777 or 2591359. OLE color: 2591359.

HSL color Cylindrical-coordinate representation of color #7F8A27: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F8A27 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB12713839-
CMYK0.0800.720.46
HSL66.67º55.93%34.71%-
HSV(B)66.67º71.74%54.12%-
XYZ18.2122.845.37-
YUV123.4280.36130.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.78%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=41.78%
G=45.39%
B=12.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127138390.0800.720.4666.6755.9334.71
Hex7F8A2780482E433823
Octal17721247100110561037043
Binary1111111100010101001111000010010001011101000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,138,39); }

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

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

 a { background-color: rgb(127,138,39); }

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

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

 span { border-color: rgb(127,138,39); }

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