#7F8A2C

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

Shades of Trendy Green #7F8A2C

Tints of Trendy Green #7F8A2C

Color information

#7F8A2C (or 0x7F8A2C) is unknown color: approx Trendy Green. HEX triplet: 7F, 8A and 2C. RGB value is (127,138,44). Sum of RGB (Red+Green+Blue) = 127+138+44=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8A2C is #8075D3. Grayscale: #7C7C7C. Windows color (decimal): -8418772 or 2919039. OLE color: 2919039.

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

Color convert

RGB12713844-
CMYK0.0800.680.46
HSL67.02º51.65%35.69%-
HSV(B)67.02º68.12%54.12%-
XYZ18.322.875.83-
YUV12482.86130.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=41.10%
G=44.66%
B=14.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127138440.0800.680.4667.0251.6535.69
Hex7F8A2C80442E433424
Octal17721254100104561036444
Binary1111111100010101011001000010001001011101000011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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