Html Css Color HEX #127072 Pine Green

📋 copy color: '#127072'

red 18 ◦ green 112 ◦ blue 114

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

Shades of Pine Green #127072

Tints of Pine Green #127072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

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

R = 7.38%
G = 45.9%
B = 46.72%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#127072 (or 0x127072) is known color: Pine Green. HEX triplet: 12, 70 and 72. RGB value is (18,112,114). Sum of RGB (Red+Green+Blue) = 18+112+114=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #127072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127072 is #ED8F8D. Grayscale: #545454. Windows color (decimal): -15568782 or 7499794. OLE color: 7499794.

HSL color Cylindrical-coordinate representation of color #127072: hue angle of 181.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127072 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 112 114 -
CMYK 0.84 0.02 0 0.55
HSL 181.25º 0.73% 0.26% -
HSV(B) 181.25º 0.84% 0.45% -
XYZ 9.08 12.93 17.94 -
YUV 84.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 18 112 114 0.84 0.02 0 0.55 181.25 0.73 0.26
Hex 12 70 72 54 2 0 37 B5 49 1A
Octal 22 160 162 124 2 0 67 265 111 32
Binary 10010 1110000 1110010 1010100 10 0 110111 10110101 1001001 11010

Color Harmonies of #127072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127072

Black with #127072

Text Example


Text Example

White with #127072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127072; }

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

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

background-color css

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

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

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

border-color css

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

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

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