Html Css Color HEX #117D74 Pine Green

📋 copy color: '#117D74'

red 17 ◦ green 125 ◦ blue 116

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

Shades of Pine Green #117D74

Tints of Pine Green #117D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.45%

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 6.59%
G = 48.45%
B = 44.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#117D74 (or 0x117D74) is known color: Pine Green. HEX triplet: 11, 7D and 74. RGB value is (17,125,116). Sum of RGB (Red+Green+Blue) = 17+125+116=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #117D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D74 is #EE828B. Grayscale: #5B5B5B. Windows color (decimal): -15630988 or 7634193. OLE color: 7634193.

HSL color Cylindrical-coordinate representation of color #117D74: hue angle of 175º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D74 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 125 116 -
CMYK 0.86 0 0.07 0.51
HSL 175º 0.76% 0.28% -
HSV(B) 175º 0.86% 0.49% -
XYZ 10.72 16.05 19.06 -
YUV 91.68 141.72 74.73 -
System Red Green Blue C M Y K H S L
Decimal 17 125 116 0.86 0 0.07 0.51 175 0.76 0.28
Hex 11 7D 74 56 0 7 33 AF 4C 1C
Octal 21 175 164 126 0 7 63 257 114 34
Binary 10001 1111101 1110100 1010110 0 111 110011 10101111 1001100 11100

Color Harmonies of #117D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D74

Black with #117D74

Text Example


Text Example

White with #117D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,116); }

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

background-color css

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

 a { background-color: rgb(17,125,116); }

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

border-color css

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

 span { border-color: rgb(17,125,116); }

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