Html Css Color HEX #11746E Pine Green

📋 copy color: '#11746E'

red 17 ◦ green 116 ◦ blue 110

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

Shades of Pine Green #11746E

Tints of Pine Green #11746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.74%

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

R = 7%
G = 47.74%
B = 45.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#11746E (or 0x11746E) is known color: Pine Green. HEX triplet: 11, 74 and 6E. RGB value is (17,116,110). Sum of RGB (Red+Green+Blue) = 17+116+110=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #11746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11746E is #EE8B91. Grayscale: #555555. Windows color (decimal): -15633298 or 7238673. OLE color: 7238673.

HSL color Cylindrical-coordinate representation of color #11746E: hue angle of 176.36º 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 #11746E is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 116 110 -
CMYK 0.85 0 0.05 0.55
HSL 176.36º 0.74% 0.26% -
HSV(B) 176.36º 0.85% 0.45% -
XYZ 9.29 13.74 16.91 -
YUV 85.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 17 116 110 0.85 0 0.05 0.55 176.36 0.74 0.26
Hex 11 74 6E 55 0 5 37 B0 4A 1A
Octal 21 164 156 125 0 5 67 260 112 32
Binary 10001 1110100 1101110 1010101 0 101 110111 10110000 1001010 11010

Color Harmonies of #11746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11746E

Black with #11746E

Text Example


Text Example

White with #11746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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