Html Css Color HEX #127972 Pine Green

📋 copy color: '#127972'

red 18 ◦ green 121 ◦ blue 114

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

Shades of Pine Green #127972

Tints of Pine Green #127972

RGB

 RED value IS 18 (7.42% from 255) = 7.11%

 GREEN value IS 121 (47.66% from 255) = 47.83%

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

R = 7.11%
G = 47.83%
B = 45.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#127972 (or 0x127972) is known color: Pine Green. HEX triplet: 12, 79 and 72. RGB value is (18,121,114). Sum of RGB (Red+Green+Blue) = 18+121+114=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #127972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127972 is #ED868D. Grayscale: #595959. Windows color (decimal): -15566478 or 7502098. OLE color: 7502098.

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

Color convert

RGB 18 121 114 -
CMYK 0.85 0 0.06 0.53
HSL 175.92º 0.74% 0.27% -
HSV(B) 175.92º 0.85% 0.47% -
XYZ 10.12 15.02 18.28 -
YUV 89.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 18 121 114 0.85 0 0.06 0.53 175.92 0.74 0.27
Hex 12 79 72 55 0 6 35 B0 4A 1B
Octal 22 171 162 125 0 6 65 260 112 33
Binary 10010 1111001 1110010 1010101 0 110 110101 10110000 1001010 11011

Color Harmonies of #127972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127972

Black with #127972

Text Example


Text Example

White with #127972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127972; }

 p { color: rgb(18,121,114); }

 H1.HeaderClassName
 {
   color: #127972;
 }
 .AnyTagClassName
 {
   color: #127972;
 }
</style>

background-color css

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

 a { background-color: rgb(18,121,114); }

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

border-color css

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

 span { border-color: rgb(18,121,114); }

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