Html Css Color HEX #11756E Pine Green

📋 copy color: '#11756E'

red 17 ◦ green 117 ◦ blue 110

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

Shades of Pine Green #11756E

Tints of Pine Green #11756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.95%

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

R = 6.97%
G = 47.95%
B = 45.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#11756E (or 0x11756E) is known color: Pine Green. HEX triplet: 11, 75 and 6E. RGB value is (17,117,110). Sum of RGB (Red+Green+Blue) = 17+117+110=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #11756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11756E is #EE8A91. Grayscale: #565656. Windows color (decimal): -15633042 or 7238929. OLE color: 7238929.

HSL color Cylindrical-coordinate representation of color #11756E: hue angle of 175.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11756E is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 117 110 -
CMYK 0.85 0 0.06 0.54
HSL 175.8º 0.75% 0.26% -
HSV(B) 175.8º 0.85% 0.46% -
XYZ 9.41 13.97 16.95 -
YUV 86.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 17 117 110 0.85 0 0.06 0.54 175.8 0.75 0.26
Hex 11 75 6E 55 0 6 36 B0 4B 1A
Octal 21 165 156 125 0 6 66 260 113 32
Binary 10001 1110101 1101110 1010101 0 110 110110 10110000 1001011 11010

Color Harmonies of #11756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11756E

Black with #11756E

Text Example


Text Example

White with #11756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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