Html Css Color HEX #127973 Pine Green

📋 copy color: '#127973'

red 18 ◦ green 121 ◦ blue 115

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

Shades of Pine Green #127973

Tints of Pine Green #127973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

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

R = 7.09%
G = 47.64%
B = 45.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#127973 (or 0x127973) is known color: Pine Green. HEX triplet: 12, 79 and 73. RGB value is (18,121,115). Sum of RGB (Red+Green+Blue) = 18+121+115=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #127973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127973 is #ED868C. Grayscale: #595959. Windows color (decimal): -15566477 or 7567634. OLE color: 7567634.

HSL color Cylindrical-coordinate representation of color #127973: hue angle of 176.5º 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 #127973 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 115 -
CMYK 0.85 0 0.05 0.53
HSL 176.5º 0.74% 0.27% -
HSV(B) 176.5º 0.85% 0.47% -
XYZ 10.18 15.04 18.59 -
YUV 89.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 18 121 115 0.85 0 0.05 0.53 176.5 0.74 0.27
Hex 12 79 73 55 0 5 35 B1 4A 1B
Octal 22 171 163 125 0 5 65 261 112 33
Binary 10010 1111001 1110011 1010101 0 101 110101 10110001 1001010 11011

Color Harmonies of #127973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127973

Black with #127973

Text Example


Text Example

White with #127973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127973; }

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

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

background-color css

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

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

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

border-color css

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

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

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