Html Css Color HEX #127A71 Pine Green

📋 copy color: '#127A71'

red 18 ◦ green 122 ◦ blue 113

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

Shades of Pine Green #127A71

Tints of Pine Green #127A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 7.11%
G = 48.22%
B = 44.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#127A71 (or 0x127A71) is known color: Pine Green. HEX triplet: 12, 7A and 71. RGB value is (18,122,113). Sum of RGB (Red+Green+Blue) = 18+122+113=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #127A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A71 is #ED858E. Grayscale: #595959. Windows color (decimal): -15566223 or 7436818. OLE color: 7436818.

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

Color convert

RGB 18 122 113 -
CMYK 0.85 0 0.07 0.52
HSL 174.81º 0.74% 0.27% -
HSV(B) 174.81º 0.85% 0.48% -
XYZ 10.19 15.24 18.03 -
YUV 89.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 18 122 113 0.85 0 0.07 0.52 174.81 0.74 0.27
Hex 12 7A 71 55 0 7 34 AF 4A 1B
Octal 22 172 161 125 0 7 64 257 112 33
Binary 10010 1111010 1110001 1010101 0 111 110100 10101111 1001010 11011

Color Harmonies of #127A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A71

Black with #127A71

Text Example


Text Example

White with #127A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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