Html Css Color HEX #127673 Pine Green

📋 copy color: '#127673'

red 18 ◦ green 118 ◦ blue 115

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

Shades of Pine Green #127673

Tints of Pine Green #127673

RGB

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

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

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

R = 7.17%
G = 47.01%
B = 45.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#127673 (or 0x127673) is known color: Pine Green. HEX triplet: 12, 76 and 73. RGB value is (18,118,115). Sum of RGB (Red+Green+Blue) = 18+118+115=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #127673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127673 is #ED898C. Grayscale: #575757. Windows color (decimal): -15567245 or 7566866. OLE color: 7566866.

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

Color convert

RGB 18 118 115 -
CMYK 0.85 0 0.03 0.54
HSL 178.2º 0.74% 0.27% -
HSV(B) 178.2º 0.85% 0.46% -
XYZ 9.82 14.32 18.47 -
YUV 87.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 18 118 115 0.85 0 0.03 0.54 178.2 0.74 0.27
Hex 12 76 73 55 0 3 36 B2 4A 1B
Octal 22 166 163 125 0 3 66 262 112 33
Binary 10010 1110110 1110011 1010101 0 11 110110 10110010 1001010 11011

Color Harmonies of #127673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127673

Black with #127673

Text Example


Text Example

White with #127673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127673; }

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

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

background-color css

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

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

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

border-color css

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

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

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