Html Css Color HEX #116F73 Pine Green

📋 copy color: '#116F73'

red 17 ◦ green 111 ◦ blue 115

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

Shades of Pine Green #116F73

Tints of Pine Green #116F73

RGB

 RED value IS 17 (7.03% from 255) = 7%

 GREEN value IS 111 (43.75% from 255) = 45.68%

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

R = 7%
G = 45.68%
B = 47.33%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116F73 (or 0x116F73) is known color: Pine Green. HEX triplet: 11, 6F and 73. RGB value is (17,111,115). Sum of RGB (Red+Green+Blue) = 17+111+115=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #116F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F73 is #EE908C. Grayscale: #535353. Windows color (decimal): -15634573 or 7565073. OLE color: 7565073.

HSL color Cylindrical-coordinate representation of color #116F73: hue angle of 182.45º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F73 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 111 115 -
CMYK 0.85 0.03 0 0.55
HSL 182.45º 0.74% 0.26% -
HSV(B) 182.45º 0.85% 0.45% -
XYZ 9.01 12.73 18.2 -
YUV 83.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 17 111 115 0.85 0.03 0 0.55 182.45 0.74 0.26
Hex 11 6F 73 55 3 0 37 B6 4A 1A
Octal 21 157 163 125 3 0 67 266 112 32
Binary 10001 1101111 1110011 1010101 11 0 110111 10110110 1001010 11010

Color Harmonies of #116F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F73

Black with #116F73

Text Example


Text Example

White with #116F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116F73; }

 p { color: rgb(17,111,115); }

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

background-color css

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

 a { background-color: rgb(17,111,115); }

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

border-color css

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

 span { border-color: rgb(17,111,115); }

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