Html Css Color HEX #127170 Pine Green

📋 copy color: '#127170'

red 18 ◦ green 113 ◦ blue 112

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

Shades of Pine Green #127170

Tints of Pine Green #127170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.5%

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 7.41%
G = 46.5%
B = 46.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#127170 (or 0x127170) is known color: Pine Green. HEX triplet: 12, 71 and 70. RGB value is (18,113,112). Sum of RGB (Red+Green+Blue) = 18+113+112=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #127170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127170 is #ED8E8F. Grayscale: #545454. Windows color (decimal): -15568528 or 7368978. OLE color: 7368978.

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

Color convert

RGB 18 113 112 -
CMYK 0.84 0 0.01 0.56
HSL 179.37º 0.73% 0.26% -
HSV(B) 179.37º 0.84% 0.44% -
XYZ 9.08 13.11 17.38 -
YUV 84.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 18 113 112 0.84 0 0.01 0.56 179.37 0.73 0.26
Hex 12 71 70 54 0 1 38 B3 49 1A
Octal 22 161 160 124 0 1 70 263 111 32
Binary 10010 1110001 1110000 1010100 0 1 111000 10110011 1001001 11010

Color Harmonies of #127170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127170

Black with #127170

Text Example


Text Example

White with #127170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127170; }

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

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

background-color css

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

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

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

border-color css

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

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

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