Html Css Color HEX #127870 Pine Green

📋 copy color: '#127870'

red 18 ◦ green 120 ◦ blue 112

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

Shades of Pine Green #127870

Tints of Pine Green #127870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48%

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

R = 7.2%
G = 48%
B = 44.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#127870 (or 0x127870) is known color: Pine Green. HEX triplet: 12, 78 and 70. RGB value is (18,120,112). Sum of RGB (Red+Green+Blue) = 18+120+112=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #127870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127870 is #ED878F. Grayscale: #585858. Windows color (decimal): -15566736 or 7370770. OLE color: 7370770.

HSL color Cylindrical-coordinate representation of color #127870: hue angle of 175.29º 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 #127870 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 112 -
CMYK 0.85 0 0.07 0.53
HSL 175.29º 0.74% 0.27% -
HSV(B) 175.29º 0.85% 0.47% -
XYZ 9.89 14.73 17.65 -
YUV 88.59 141.21 77.65 -
System Red Green Blue C M Y K H S L
Decimal 18 120 112 0.85 0 0.07 0.53 175.29 0.74 0.27
Hex 12 78 70 55 0 7 35 AF 4A 1B
Octal 22 170 160 125 0 7 65 257 112 33
Binary 10010 1111000 1110000 1010101 0 111 110101 10101111 1001010 11011

Color Harmonies of #127870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127870

Black with #127870

Text Example


Text Example

White with #127870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127870; }

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

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

background-color css

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

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

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

border-color css

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

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

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