Html Css Color HEX #127C74 Pine Green

📋 copy color: '#127C74'

red 18 ◦ green 124 ◦ blue 116

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

Shades of Pine Green #127C74

Tints of Pine Green #127C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.06%

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

R = 6.98%
G = 48.06%
B = 44.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#127C74 (or 0x127C74) is known color: Pine Green. HEX triplet: 12, 7C and 74. RGB value is (18,124,116). Sum of RGB (Red+Green+Blue) = 18+124+116=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #127C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C74 is #ED838B. Grayscale: #5B5B5B. Windows color (decimal): -15565708 or 7633938. OLE color: 7633938.

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

Color convert

RGB 18 124 116 -
CMYK 0.85 0 0.06 0.51
HSL 175.47º 0.75% 0.28% -
HSV(B) 175.47º 0.85% 0.49% -
XYZ 10.61 15.8 19.01 -
YUV 91.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 18 124 116 0.85 0 0.06 0.51 175.47 0.75 0.28
Hex 12 7C 74 55 0 6 33 AF 4B 1C
Octal 22 174 164 125 0 6 63 257 113 34
Binary 10010 1111100 1110100 1010101 0 110 110011 10101111 1001011 11100

Color Harmonies of #127C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C74

Black with #127C74

Text Example


Text Example

White with #127C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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