Html Css Color HEX #117B73 Pine Green

📋 copy color: '#117B73'

red 17 ◦ green 123 ◦ blue 115

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

Shades of Pine Green #117B73

Tints of Pine Green #117B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.24%

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

R = 6.67%
G = 48.24%
B = 45.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#117B73 (or 0x117B73) is known color: Pine Green. HEX triplet: 11, 7B and 73. RGB value is (17,123,115). Sum of RGB (Red+Green+Blue) = 17+123+115=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #117B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B73 is #EE848C. Grayscale: #5A5A5A. Windows color (decimal): -15631501 or 7568145. OLE color: 7568145.

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

Color convert

RGB 17 123 115 -
CMYK 0.86 0 0.07 0.52
HSL 175.47º 0.76% 0.27% -
HSV(B) 175.47º 0.86% 0.48% -
XYZ 10.41 15.52 18.67 -
YUV 90.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 17 123 115 0.86 0 0.07 0.52 175.47 0.76 0.27
Hex 11 7B 73 56 0 7 34 AF 4C 1B
Octal 21 173 163 126 0 7 64 257 114 33
Binary 10001 1111011 1110011 1010110 0 111 110100 10101111 1001100 11011

Color Harmonies of #117B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117B73

Black with #117B73

Text Example


Text Example

White with #117B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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