#157772

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

Shades of Pine Green #157772

Tints of Pine Green #157772

Color information

#157772 (or 0x157772) is unknown color: approx Pine Green. HEX triplet: 15, 77 and 72. RGB value is (21,119,114). Sum of RGB (Red+Green+Blue) = 21+119+114=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #157772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157772 is #EA888D. Grayscale: #595959. Windows color (decimal): -15370382 or 7501589. OLE color: 7501589.

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

Color convert

RGB21119114-
CMYK0.8200.040.53
HSL176.94º70%27.45%-
HSV(B)176.94º82.35%46.67%-
XYZ9.9414.5718.21-
YUV89.13142.0379.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=8.27%
G=46.85%
B=44.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211191140.8200.040.53176.947027.45
Hex157772520435b1461b
Octal25167162122046526110633
Binary10101111011111100101010010010011010110110001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157772; }

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

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

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

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

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

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

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

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