Html Css Color HEX #11716E Pine Green

📋 copy color: '#11716E'

red 17 ◦ green 113 ◦ blue 110

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

Shades of Pine Green #11716E

Tints of Pine Green #11716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.08%

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 7.08%
G = 47.08%
B = 45.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#11716E (or 0x11716E) is known color: Pine Green. HEX triplet: 11, 71 and 6E. RGB value is (17,113,110). Sum of RGB (Red+Green+Blue) = 17+113+110=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #11716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11716E is #EE8E91. Grayscale: #535353. Windows color (decimal): -15634066 or 7237905. OLE color: 7237905.

HSL color Cylindrical-coordinate representation of color #11716E: hue angle of 178.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11716E is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 110 -
CMYK 0.85 0 0.03 0.56
HSL 178.13º 0.74% 0.25% -
HSV(B) 178.13º 0.85% 0.44% -
XYZ 8.95 13.06 16.8 -
YUV 83.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 17 113 110 0.85 0 0.03 0.56 178.13 0.74 0.25
Hex 11 71 6E 55 0 3 38 B2 4A 19
Octal 21 161 156 125 0 3 70 262 112 31
Binary 10001 1110001 1101110 1010101 0 11 111000 10110010 1001010 11001

Color Harmonies of #11716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11716E

Black with #11716E

Text Example


Text Example

White with #11716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11716E; }

 p { color: rgb(17,113,110); }

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

background-color css

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

 a { background-color: rgb(17,113,110); }

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

border-color css

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

 span { border-color: rgb(17,113,110); }

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