Html Css Color HEX #127974 Pine Green

📋 copy color: '#127974'

red 18 ◦ green 121 ◦ blue 116

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

Shades of Pine Green #127974

Tints of Pine Green #127974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.49%

R = 7.06%
G = 47.45%
B = 45.49%

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

#127974 (or 0x127974) is known color: Pine Green. HEX triplet: 12, 79 and 74. RGB value is (18,121,116). Sum of RGB (Red+Green+Blue) = 18+121+116=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #127974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127974 is #ED868B. Grayscale: #595959. Windows color (decimal): -15566476 or 7633170. OLE color: 7633170.

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

Color convert

RGB 18 121 116 -
CMYK 0.85 0 0.04 0.53
HSL 177.09º 0.74% 0.27% -
HSV(B) 177.09º 0.85% 0.47% -
XYZ 10.24 15.06 18.89 -
YUV 89.63 142.88 76.91 -
System Red Green Blue C M Y K H S L
Decimal 18 121 116 0.85 0 0.04 0.53 177.09 0.74 0.27
Hex 12 79 74 55 0 4 35 B1 4A 1B
Octal 22 171 164 125 0 4 65 261 112 33
Binary 10010 1111001 1110100 1010101 0 100 110101 10110001 1001010 11011

Color Harmonies of #127974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127974

Black with #127974

Text Example


Text Example

White with #127974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127974; }

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

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

background-color css

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

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

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

border-color css

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

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

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