Html Css Color HEX #127D73 Pine Green

📋 copy color: '#127D73'

red 18 ◦ green 125 ◦ blue 115

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

Shades of Pine Green #127D73

Tints of Pine Green #127D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.45%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 6.98%
G = 48.45%
B = 44.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#127D73 (or 0x127D73) is known color: Pine Green. HEX triplet: 12, 7D and 73. RGB value is (18,125,115). Sum of RGB (Red+Green+Blue) = 18+125+115=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #127D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D73 is #ED828C. Grayscale: #5B5B5B. Windows color (decimal): -15565453 or 7568658. OLE color: 7568658.

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

Color convert

RGB 18 125 115 -
CMYK 0.86 0 0.08 0.51
HSL 174.39º 0.75% 0.28% -
HSV(B) 174.39º 0.86% 0.49% -
XYZ 10.68 16.03 18.75 -
YUV 91.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 18 125 115 0.86 0 0.08 0.51 174.39 0.75 0.28
Hex 12 7D 73 56 0 8 33 AE 4B 1C
Octal 22 175 163 126 0 10 63 256 113 34
Binary 10010 1111101 1110011 1010110 0 1000 110011 10101110 1001011 11100

Color Harmonies of #127D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D73

Black with #127D73

Text Example


Text Example

White with #127D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,125,115); }

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

background-color css

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

 a { background-color: rgb(18,125,115); }

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

border-color css

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

 span { border-color: rgb(18,125,115); }

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