Html Css Color HEX #127772 Pine Green

📋 copy color: '#127772'

red 18 ◦ green 119 ◦ blue 114

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

Shades of Pine Green #127772

Tints of Pine Green #127772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 7.17%
G = 47.41%
B = 45.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#127772 (or 0x127772) is known color: Pine Green. HEX triplet: 12, 77 and 72. RGB value is (18,119,114). Sum of RGB (Red+Green+Blue) = 18+119+114=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #127772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127772 is #ED888D. Grayscale: #585858. Windows color (decimal): -15566990 or 7501586. OLE color: 7501586.

HSL color Cylindrical-coordinate representation of color #127772: hue angle of 177.03º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127772 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 114 -
CMYK 0.85 0 0.04 0.53
HSL 177.03º 0.74% 0.27% -
HSV(B) 177.03º 0.85% 0.47% -
XYZ 9.88 14.54 18.2 -
YUV 88.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 18 119 114 0.85 0 0.04 0.53 177.03 0.74 0.27
Hex 12 77 72 55 0 4 35 B1 4A 1B
Octal 22 167 162 125 0 4 65 261 112 33
Binary 10010 1110111 1110010 1010101 0 100 110101 10110001 1001010 11011

Color Harmonies of #127772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127772

Black with #127772

Text Example


Text Example

White with #127772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127772; }

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

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

background-color css

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

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

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

border-color css

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

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

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