#157007

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

Shades of Green #157007

Tints of Green #157007

Color information

#157007 (or 0x157007) is unknown color: approx Green. HEX triplet: 15, 70 and 07. RGB value is (21,112,7). Sum of RGB (Red+Green+Blue) = 21+112+7=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #157007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157007 is #EA8FF8. Grayscale: #494949. Windows color (decimal): -15372281 or 487445. OLE color: 487445.

HSL color Cylindrical-coordinate representation of color #157007: hue angle of 112º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #157007 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB211127-
CMYK0.8100.940.56
HSL112º88.24%23.33%-
HSV(B)112º93.75%43.92%-
XYZ6.1411.762.15-
YUV72.8290.8591.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 112 (44.14% from 255) = 80%
BLUE value IS 7 (3.12% from 255) = 5%
R=15%
G=80%
B=5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111270.8100.940.5611288.2423.33
Hex157075105E38705817
Octal25160712101367016013027
Binary1010111100001111010001010111101110001110000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157007; }

 p { color: rgb(21,112,7); }

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

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

 a { background-color: rgb(21,112,7); }

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

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

 span { border-color: rgb(21,112,7); }

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