Html Css Color HEX #107170 Pine Green

📋 copy color: '#107170'

red 16 ◦ green 113 ◦ blue 112

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

Shades of Pine Green #107170

Tints of Pine Green #107170

RGB

 RED value IS 16 (6.64% from 255) = 6.64%

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 6.64%
G = 46.89%
B = 46.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#107170 (or 0x107170) is known color: Pine Green. HEX triplet: 10, 71 and 70. RGB value is (16,113,112). Sum of RGB (Red+Green+Blue) = 16+113+112=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #107170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107170 is #EF8E8F. Grayscale: #535353. Windows color (decimal): -15699600 or 7368976. OLE color: 7368976.

HSL color Cylindrical-coordinate representation of color #107170: hue angle of 179.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107170 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 113 112 -
CMYK 0.86 0 0.01 0.56
HSL 179.38º 0.75% 0.25% -
HSV(B) 179.38º 0.86% 0.44% -
XYZ 9.04 13.09 17.38 -
YUV 83.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 16 113 112 0.86 0 0.01 0.56 179.38 0.75 0.25
Hex 10 71 70 56 0 1 38 B3 4B 19
Octal 20 161 160 126 0 1 70 263 113 31
Binary 10000 1110001 1110000 1010110 0 1 111000 10110011 1001011 11001

Color Harmonies of #107170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107170

Black with #107170

Text Example


Text Example

White with #107170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107170; }

 p { color: rgb(16,113,112); }

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

background-color css

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

 a { background-color: rgb(16,113,112); }

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

border-color css

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

 span { border-color: rgb(16,113,112); }

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