Html Css Color HEX #127674 Pine Green

📋 copy color: '#127674'

red 18 ◦ green 118 ◦ blue 116

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

Shades of Pine Green #127674

Tints of Pine Green #127674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

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

R = 7.14%
G = 46.83%
B = 46.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#127674 (or 0x127674) is known color: Pine Green. HEX triplet: 12, 76 and 74. RGB value is (18,118,116). Sum of RGB (Red+Green+Blue) = 18+118+116=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #127674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127674 is #ED898B. Grayscale: #575757. Windows color (decimal): -15567244 or 7632402. OLE color: 7632402.

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

Color convert

RGB 18 118 116 -
CMYK 0.85 0 0.02 0.54
HSL 178.8º 0.74% 0.27% -
HSV(B) 178.8º 0.85% 0.46% -
XYZ 9.88 14.35 18.77 -
YUV 87.87 143.87 78.16 -
System Red Green Blue C M Y K H S L
Decimal 18 118 116 0.85 0 0.02 0.54 178.8 0.74 0.27
Hex 12 76 74 55 0 2 36 B3 4A 1B
Octal 22 166 164 125 0 2 66 263 112 33
Binary 10010 1110110 1110100 1010101 0 10 110110 10110011 1001010 11011

Color Harmonies of #127674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127674

Black with #127674

Text Example


Text Example

White with #127674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127674; }

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

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

background-color css

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

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

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

border-color css

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

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

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