Html Css Color HEX #117C74 Pine Green

📋 copy color: '#117C74'

red 17 ◦ green 124 ◦ blue 116

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

Shades of Pine Green #117C74

Tints of Pine Green #117C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.25%

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

R = 6.61%
G = 48.25%
B = 45.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#117C74 (or 0x117C74) is known color: Pine Green. HEX triplet: 11, 7C and 74. RGB value is (17,124,116). Sum of RGB (Red+Green+Blue) = 17+124+116=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #117C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C74 is #EE838B. Grayscale: #5B5B5B. Windows color (decimal): -15631244 or 7633937. OLE color: 7633937.

HSL color Cylindrical-coordinate representation of color #117C74: hue angle of 175.51º 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 #117C74 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 116 -
CMYK 0.86 0 0.06 0.51
HSL 175.51º 0.76% 0.28% -
HSV(B) 175.51º 0.86% 0.49% -
XYZ 10.59 15.8 19.01 -
YUV 91.1 142.05 75.15 -
System Red Green Blue C M Y K H S L
Decimal 17 124 116 0.86 0 0.06 0.51 175.51 0.76 0.28
Hex 11 7C 74 56 0 6 33 B0 4C 1C
Octal 21 174 164 126 0 6 63 260 114 34
Binary 10001 1111100 1110100 1010110 0 110 110011 10110000 1001100 11100

Color Harmonies of #117C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C74

Black with #117C74

Text Example


Text Example

White with #117C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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