Html Css Color HEX #157672 Pine Green

📋 copy color: '#157672'

red 21 ◦ green 118 ◦ blue 114

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

Shades of Pine Green #157672

Tints of Pine Green #157672

RGB

 RED value IS 21 (8.59% from 255) = 8.3%

 GREEN value IS 118 (46.48% from 255) = 46.64%

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 8.3%
G = 46.64%
B = 45.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 21 118 114 -
CMYK 0.82 0 0.03 0.54
HSL 177.53º 0.7% 0.27% -
HSV(B) 177.53º 0.82% 0.46% -
XYZ 9.82 14.33 18.17 -
YUV 88.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 21 118 114 0.82 0 0.03 0.54 177.53 0.7 0.27
Hex 15 76 72 52 0 3 36 B2 46 1B
Octal 25 166 162 122 0 3 66 262 106 33
Binary 10101 1110110 1110010 1010010 0 11 110110 10110010 1000110 11011

Color Harmonies of #157672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157672

Black with #157672

Text Example


Text Example

White with #157672

Text Example


Text Example

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