Html Css Color HEX #157772 Pine Green

📋 copy color: '#157772'

red 21 ◦ green 119 ◦ blue 114

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

Shades of Pine Green #157772

Tints of Pine Green #157772

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

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 21 119 114 -
CMYK 0.82 0 0.04 0.53
HSL 176.94º 0.7% 0.27% -
HSV(B) 176.94º 0.82% 0.47% -
XYZ 9.94 14.57 18.21 -
YUV 89.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 21 119 114 0.82 0 0.04 0.53 176.94 0.7 0.27
Hex 15 77 72 52 0 4 35 B1 46 1B
Octal 25 167 162 122 0 4 65 261 106 33
Binary 10101 1110111 1110010 1010010 0 100 110101 10110001 1000110 11011

Color Harmonies of #157772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157772

Black with #157772

Text Example


Text Example

White with #157772

Text Example


Text Example

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