Html Css Color HEX #157570 Pine Green

📋 copy color: '#157570'

red 21 ◦ green 117 ◦ blue 112

#157570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #157570

Tints of Pine Green #157570

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 value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#157570 (or 0x157570) is known color: 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

RGB 21 117 112 -
CMYK 0.82 0 0.04 0.54
HSL 176.88º 0.7% 0.27% -
HSV(B) 176.88º 0.82% 0.46% -
XYZ 9.6 14.05 17.54 -
YUV 87.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 21 117 112 0.82 0 0.04 0.54 176.88 0.7 0.27
Hex 15 75 70 52 0 4 36 B1 46 1B
Octal 25 165 160 122 0 4 66 261 106 33
Binary 10101 1110101 1110000 1010010 0 100 110110 10110001 1000110 11011

Color Harmonies of #157570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157570

Black with #157570

Text Example


Text Example

White with #157570

Text Example


Text Example

HTML Codes & Css Web 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>