Html Css Color HEX #127571 Pine Green

📋 copy color: '#127571'

red 18 ◦ green 117 ◦ blue 113

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

Shades of Pine Green #127571

Tints of Pine Green #127571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

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

R = 7.26%
G = 47.18%
B = 45.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#127571 (or 0x127571) is known color: Pine Green. HEX triplet: 12, 75 and 71. RGB value is (18,117,113). Sum of RGB (Red+Green+Blue) = 18+117+113=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #127571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127571 is #ED8A8E. Grayscale: #565656. Windows color (decimal): -15567503 or 7435538. OLE color: 7435538.

HSL color Cylindrical-coordinate representation of color #127571: hue angle of 177.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127571 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 113 -
CMYK 0.85 0 0.03 0.54
HSL 177.58º 0.73% 0.26% -
HSV(B) 177.58º 0.85% 0.46% -
XYZ 9.59 14.04 17.83 -
YUV 86.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 18 117 113 0.85 0 0.03 0.54 177.58 0.73 0.26
Hex 12 75 71 55 0 3 36 B2 49 1A
Octal 22 165 161 125 0 3 66 262 111 32
Binary 10010 1110101 1110001 1010101 0 11 110110 10110010 1001001 11010

Color Harmonies of #127571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127571

Black with #127571

Text Example


Text Example

White with #127571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127571; }

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

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

background-color css

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

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

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

border-color css

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

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

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