Html Css Color HEX #117072 Pine Green

📋 copy color: '#117072'

red 17 ◦ green 112 ◦ blue 114

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

Shades of Pine Green #117072

Tints of Pine Green #117072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 7%
G = 46.09%
B = 46.91%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#117072 (or 0x117072) is known color: Pine Green. HEX triplet: 11, 70 and 72. RGB value is (17,112,114). Sum of RGB (Red+Green+Blue) = 17+112+114=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #117072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117072 is #EE8F8D. Grayscale: #535353. Windows color (decimal): -15634318 or 7499793. OLE color: 7499793.

HSL color Cylindrical-coordinate representation of color #117072: hue angle of 181.24º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117072 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 112 114 -
CMYK 0.85 0.02 0 0.55
HSL 181.24º 0.74% 0.26% -
HSV(B) 181.24º 0.85% 0.45% -
XYZ 9.06 12.92 17.94 -
YUV 83.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 17 112 114 0.85 0.02 0 0.55 181.24 0.74 0.26
Hex 11 70 72 55 2 0 37 B5 4A 1A
Octal 21 160 162 125 2 0 67 265 112 32
Binary 10001 1110000 1110010 1010101 10 0 110111 10110101 1001010 11010

Color Harmonies of #117072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117072

Black with #117072

Text Example


Text Example

White with #117072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117072; }

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

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

background-color css

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

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

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

border-color css

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

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

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