Html Css Color HEX #127A70 Pine Green

📋 copy color: '#127A70'

red 18 ◦ green 122 ◦ blue 112

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

Shades of Pine Green #127A70

Tints of Pine Green #127A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.41%

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

R = 7.14%
G = 48.41%
B = 44.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#127A70 (or 0x127A70) is known color: Pine Green. HEX triplet: 12, 7A and 70. RGB value is (18,122,112). Sum of RGB (Red+Green+Blue) = 18+122+112=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #127A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A70 is #ED858F. Grayscale: #595959. Windows color (decimal): -15566224 or 7371282. OLE color: 7371282.

HSL color Cylindrical-coordinate representation of color #127A70: hue angle of 174.23º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A70 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 122 112 -
CMYK 0.85 0 0.08 0.52
HSL 174.23º 0.74% 0.27% -
HSV(B) 174.23º 0.85% 0.48% -
XYZ 10.13 15.22 17.73 -
YUV 89.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 18 122 112 0.85 0 0.08 0.52 174.23 0.74 0.27
Hex 12 7A 70 55 0 8 34 AE 4A 1B
Octal 22 172 160 125 0 10 64 256 112 33
Binary 10010 1111010 1110000 1010101 0 1000 110100 10101110 1001010 11011

Color Harmonies of #127A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A70

Black with #127A70

Text Example


Text Example

White with #127A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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