Html Css Color HEX #127C72 Pine Green

📋 copy color: '#127C72'

red 18 ◦ green 124 ◦ blue 114

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

Shades of Pine Green #127C72

Tints of Pine Green #127C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.44%

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 7.03%
G = 48.44%
B = 44.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#127C72 (or 0x127C72) is known color: Pine Green. HEX triplet: 12, 7C and 72. RGB value is (18,124,114). Sum of RGB (Red+Green+Blue) = 18+124+114=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #127C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C72 is #ED838D. Grayscale: #5B5B5B. Windows color (decimal): -15565710 or 7502866. OLE color: 7502866.

HSL color Cylindrical-coordinate representation of color #127C72: hue angle of 174.34º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C72 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 114 -
CMYK 0.85 0 0.08 0.51
HSL 174.34º 0.75% 0.28% -
HSV(B) 174.34º 0.85% 0.49% -
XYZ 10.49 15.76 18.41 -
YUV 91.17 140.88 75.81 -
System Red Green Blue C M Y K H S L
Decimal 18 124 114 0.85 0 0.08 0.51 174.34 0.75 0.28
Hex 12 7C 72 55 0 8 33 AE 4B 1C
Octal 22 174 162 125 0 10 63 256 113 34
Binary 10010 1111100 1110010 1010101 0 1000 110011 10101110 1001011 11100

Color Harmonies of #127C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C72

Black with #127C72

Text Example


Text Example

White with #127C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,114); }

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

background-color css

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

 a { background-color: rgb(18,124,114); }

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

border-color css

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

 span { border-color: rgb(18,124,114); }

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