Html Css Color HEX #117273 Pine Green

📋 copy color: '#117273'

red 17 ◦ green 114 ◦ blue 115

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

Shades of Pine Green #117273

Tints of Pine Green #117273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 6.91%
G = 46.34%
B = 46.75%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#117273 (or 0x117273) is known color: Pine Green. HEX triplet: 11, 72 and 73. RGB value is (17,114,115). Sum of RGB (Red+Green+Blue) = 17+114+115=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #117273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117273 is #EE8D8C. Grayscale: #555555. Windows color (decimal): -15633805 or 7565841. OLE color: 7565841.

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

Color convert

RGB 17 114 115 -
CMYK 0.85 0.01 0 0.55
HSL 180.61º 0.74% 0.26% -
HSV(B) 180.61º 0.85% 0.45% -
XYZ 9.34 13.39 18.31 -
YUV 85.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 17 114 115 0.85 0.01 0 0.55 180.61 0.74 0.26
Hex 11 72 73 55 1 0 37 B5 4A 1A
Octal 21 162 163 125 1 0 67 265 112 32
Binary 10001 1110010 1110011 1010101 1 0 110111 10110101 1001010 11010

Color Harmonies of #117273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117273

Black with #117273

Text Example


Text Example

White with #117273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117273; }

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

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

background-color css

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

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

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

border-color css

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

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

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