Html Css Color HEX #117F75 Pine Green

📋 copy color: '#117F75'

red 17 ◦ green 127 ◦ blue 117

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

Shades of Pine Green #117F75

Tints of Pine Green #117F75

RGB

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

 GREEN value IS 127 (50% from 255) = 48.66%

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 6.51%
G = 48.66%
B = 44.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#117F75 (or 0x117F75) is known color: Pine Green. HEX triplet: 11, 7F and 75. RGB value is (17,127,117). Sum of RGB (Red+Green+Blue) = 17+127+117=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #117F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F75 is #EE808A. Grayscale: #5C5C5C. Windows color (decimal): -15630475 or 7700241. OLE color: 7700241.

HSL color Cylindrical-coordinate representation of color #117F75: hue angle of 174.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F75 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 127 117 -
CMYK 0.87 0 0.08 0.50
HSL 174.55º 0.76% 0.28% -
HSV(B) 174.55º 0.87% 0.5% -
XYZ 11.03 16.58 19.45 -
YUV 92.97 141.56 73.81 -
System Red Green Blue C M Y K H S L
Decimal 17 127 117 0.87 0 0.08 0.50 174.55 0.76 0.28
Hex 11 7F 75 57 0 8 32 AF 4C 1C
Octal 21 177 165 127 0 10 62 257 114 34
Binary 10001 1111111 1110101 1010111 0 1000 110010 10101111 1001100 11100

Color Harmonies of #117F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F75

Black with #117F75

Text Example


Text Example

White with #117F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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