Html Css Color HEX #117573 Pine Green

📋 copy color: '#117573'

red 17 ◦ green 117 ◦ blue 115

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

Shades of Pine Green #117573

Tints of Pine Green #117573

RGB

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

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

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

R = 6.83%
G = 46.99%
B = 46.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#117573 (or 0x117573) is known color: Pine Green. HEX triplet: 11, 75 and 73. RGB value is (17,117,115). Sum of RGB (Red+Green+Blue) = 17+117+115=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #117573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117573 is #EE8A8C. Grayscale: #565656. Windows color (decimal): -15633037 or 7566609. OLE color: 7566609.

HSL color Cylindrical-coordinate representation of color #117573: hue angle of 178.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 #117573 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 117 115 -
CMYK 0.85 0 0.02 0.54
HSL 178.8º 0.75% 0.26% -
HSV(B) 178.8º 0.85% 0.46% -
XYZ 9.69 14.08 18.43 -
YUV 86.87 143.87 78.16 -
System Red Green Blue C M Y K H S L
Decimal 17 117 115 0.85 0 0.02 0.54 178.8 0.75 0.26
Hex 11 75 73 55 0 2 36 B3 4B 1A
Octal 21 165 163 125 0 2 66 263 113 32
Binary 10001 1110101 1110011 1010101 0 10 110110 10110011 1001011 11010

Color Harmonies of #117573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117573

Black with #117573

Text Example


Text Example

White with #117573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117573; }

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

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

background-color css

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

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

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

border-color css

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

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

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