Html Css Color HEX #117570 Pine Green

📋 copy color: '#117570'

red 17 ◦ green 117 ◦ blue 112

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

Shades of Pine Green #117570

Tints of Pine Green #117570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 6.91%
G = 47.56%
B = 45.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#117570 (or 0x117570) is known color: Pine Green. HEX triplet: 11, 75 and 70. RGB value is (17,117,112). Sum of RGB (Red+Green+Blue) = 17+117+112=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #117570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117570 is #EE8A8F. Grayscale: #565656. Windows color (decimal): -15633040 or 7370001. OLE color: 7370001.

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

Color convert

RGB 17 117 112 -
CMYK 0.85 0 0.04 0.54
HSL 177º 0.75% 0.26% -
HSV(B) 177º 0.85% 0.46% -
XYZ 9.52 14.01 17.53 -
YUV 86.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 17 117 112 0.85 0 0.04 0.54 177 0.75 0.26
Hex 11 75 70 55 0 4 36 B1 4B 1A
Octal 21 165 160 125 0 4 66 261 113 32
Binary 10001 1110101 1110000 1010101 0 100 110110 10110001 1001011 11010

Color Harmonies of #117570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117570

Black with #117570

Text Example


Text Example

White with #117570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117570; }

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

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

background-color css

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

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

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

border-color css

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

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

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