Html Css Color HEX #117271 Pine Green

📋 copy color: '#117271'

red 17 ◦ green 114 ◦ blue 113

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

Shades of Pine Green #117271

Tints of Pine Green #117271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.72%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 6.97%
G = 46.72%
B = 46.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#117271 (or 0x117271) is known color: Pine Green. HEX triplet: 11, 72 and 71. RGB value is (17,114,113). Sum of RGB (Red+Green+Blue) = 17+114+113=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #117271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117271 is #EE8D8E. Grayscale: #545454. Windows color (decimal): -15633807 or 7434769. OLE color: 7434769.

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

Color convert

RGB 17 114 113 -
CMYK 0.85 0 0.01 0.55
HSL 179.38º 0.74% 0.26% -
HSV(B) 179.38º 0.85% 0.45% -
XYZ 9.23 13.35 17.71 -
YUV 84.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 17 114 113 0.85 0 0.01 0.55 179.38 0.74 0.26
Hex 11 72 71 55 0 1 37 B3 4A 1A
Octal 21 162 161 125 0 1 67 263 112 32
Binary 10001 1110010 1110001 1010101 0 1 110111 10110011 1001010 11010

Color Harmonies of #117271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117271

Black with #117271

Text Example


Text Example

White with #117271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117271; }

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

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

background-color css

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

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

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

border-color css

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

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

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