Html Css Color HEX #127570 Pine Green

📋 copy color: '#127570'

red 18 ◦ green 117 ◦ blue 112

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

Shades of Pine Green #127570

Tints of Pine Green #127570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

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

R = 7.29%
G = 47.37%
B = 45.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#127570 (or 0x127570) is known color: Pine Green. HEX triplet: 12, 75 and 70. RGB value is (18,117,112). Sum of RGB (Red+Green+Blue) = 18+117+112=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #127570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127570 is #ED8A8F. Grayscale: #565656. Windows color (decimal): -15567504 or 7370002. OLE color: 7370002.

HSL color Cylindrical-coordinate representation of color #127570: hue angle of 176.97º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127570 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 112 -
CMYK 0.85 0 0.04 0.54
HSL 176.97º 0.73% 0.26% -
HSV(B) 176.97º 0.85% 0.46% -
XYZ 9.54 14.02 17.53 -
YUV 86.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 18 117 112 0.85 0 0.04 0.54 176.97 0.73 0.26
Hex 12 75 70 55 0 4 36 B1 49 1A
Octal 22 165 160 125 0 4 66 261 111 32
Binary 10010 1110101 1110000 1010101 0 100 110110 10110001 1001001 11010

Color Harmonies of #127570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127570

Black with #127570

Text Example


Text Example

White with #127570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127570; }

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

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

background-color css

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

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

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

border-color css

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

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

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