#7d8f27

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

Shades of Trendy Green #7D8F27

Tints of Trendy Green #7D8F27

Color information

#7D8F27 (or 0x7D8F27) is unknown color: approx Trendy Green. HEX triplet: 7D, 8F and 27. RGB value is (125,143,39). Sum of RGB (Red+Green+Blue) = 125+143+39=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8F27 is #8270D8. Grayscale: #7E7E7E. Windows color (decimal): -8548569 or 2592637. OLE color: 2592637.

HSL color Cylindrical-coordinate representation of color #7D8F27: hue angle of 70.38º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D8F27 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB12514339-
CMYK0.1300.730.44
HSL70.38º57.14%35.69%-
HSV(B)70.38º72.73%56.08%-
XYZ18.6524.155.6-
YUV125.7679.04127.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 143 (56.25% from 255) = 46.58%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=40.72%
G=46.58%
B=12.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125143390.1300.730.4470.3857.1435.69
Hex7D8F27D0492C463924
Octal17521747150111541067144
Binary1111101100011111001111101010010011011001000110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d8f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,143,39); }

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

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

 a { background-color: rgb(125,143,39); }

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

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

 span { border-color: rgb(125,143,39); }

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