#157672

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

Shades of Pine Green #157672

Tints of Pine Green #157672

Color information

#157672 (or 0x157672) is unknown color: approx Pine Green. HEX triplet: 15, 76 and 72. RGB value is (21,118,114). Sum of RGB (Red+Green+Blue) = 21+118+114=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #157672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157672 is #EA898D. Grayscale: #585858. Windows color (decimal): -15370638 or 7501333. OLE color: 7501333.

HSL color Cylindrical-coordinate representation of color #157672: hue angle of 177.53º 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 #157672 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB21118114-
CMYK0.8200.030.54
HSL177.53º69.78%27.25%-
HSV(B)177.53º82.2%46.27%-
XYZ9.8214.3318.17-
YUV88.54142.3679.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=8.30%
G=46.64%
B=45.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211181140.8200.030.54177.5369.7827.25
Hex157672520336b2461b
Octal25166162122036626210633
Binary1010111101101110010101001001111011010110010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157672; }

 p { color: rgb(21,118,114); }

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

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

 a { background-color: rgb(21,118,114); }

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

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

 span { border-color: rgb(21,118,114); }

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