Html Css Color HEX #11776F Pine Green

📋 copy color: '#11776F'

red 17 ◦ green 119 ◦ blue 111

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

Shades of Pine Green #11776F

Tints of Pine Green #11776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.18%

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 6.88%
G = 48.18%
B = 44.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#11776F (or 0x11776F) is known color: Pine Green. HEX triplet: 11, 77 and 6F. RGB value is (17,119,111). Sum of RGB (Red+Green+Blue) = 17+119+111=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #11776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11776F is #EE8890. Grayscale: #575757. Windows color (decimal): -15632529 or 7304977. OLE color: 7304977.

HSL color Cylindrical-coordinate representation of color #11776F: hue angle of 175.29º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11776F is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 119 111 -
CMYK 0.86 0 0.07 0.53
HSL 175.29º 0.75% 0.27% -
HSV(B) 175.29º 0.86% 0.47% -
XYZ 9.7 14.46 17.32 -
YUV 87.59 141.21 77.65 -
System Red Green Blue C M Y K H S L
Decimal 17 119 111 0.86 0 0.07 0.53 175.29 0.75 0.27
Hex 11 77 6F 56 0 7 35 AF 4B 1B
Octal 21 167 157 126 0 7 65 257 113 33
Binary 10001 1110111 1101111 1010110 0 111 110101 10101111 1001011 11011

Color Harmonies of #11776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11776F

Black with #11776F

Text Example


Text Example

White with #11776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11776F; }

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

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

background-color css

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

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

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

border-color css

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

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

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