Html Css Color HEX #127D74 Pine Green

📋 copy color: '#127D74'

red 18 ◦ green 125 ◦ blue 116

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

Shades of Pine Green #127D74

Tints of Pine Green #127D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.26%

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

R = 6.95%
G = 48.26%
B = 44.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#127D74 (or 0x127D74) is known color: Pine Green. HEX triplet: 12, 7D and 74. RGB value is (18,125,116). Sum of RGB (Red+Green+Blue) = 18+125+116=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #127D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D74 is #ED828B. Grayscale: #5B5B5B. Windows color (decimal): -15565452 or 7634194. OLE color: 7634194.

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

Color convert

RGB 18 125 116 -
CMYK 0.86 0 0.07 0.51
HSL 174.95º 0.75% 0.28% -
HSV(B) 174.95º 0.86% 0.49% -
XYZ 10.74 16.06 19.06 -
YUV 91.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 18 125 116 0.86 0 0.07 0.51 174.95 0.75 0.28
Hex 12 7D 74 56 0 7 33 AF 4B 1C
Octal 22 175 164 126 0 7 63 257 113 34
Binary 10010 1111101 1110100 1010110 0 111 110011 10101111 1001011 11100

Color Harmonies of #127D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D74

Black with #127D74

Text Example


Text Example

White with #127D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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