#157570

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

Shades of Pine Green #157570

Tints of Pine Green #157570

Color information

#157570 (or 0x157570) is unknown color: approx Pine Green. HEX triplet: 15, 75 and 70. RGB value is (21,117,112). Sum of RGB (Red+Green+Blue) = 21+117+112=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #157570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157570 is #EA8A8F. Grayscale: #575757. Windows color (decimal): -15370896 or 7370005. OLE color: 7370005.

HSL color Cylindrical-coordinate representation of color #157570: hue angle of 176.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157570 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB21117112-
CMYK0.8200.040.54
HSL176.88º69.57%27.06%-
HSV(B)176.88º82.05%45.88%-
XYZ9.614.0517.54-
YUV87.73141.780.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.4%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=8.4%
G=46.8%
B=44.8%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211171120.8200.040.54176.8869.5727.06
Hex157570520436b1461b
Octal25165160122046626110633
Binary10101111010111100001010010010011011010110001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157570; }

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

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

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

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

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

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

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

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