Html Css Color HEX #107971 Pine Green

📋 copy color: '#107971'

red 16 ◦ green 121 ◦ blue 113

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

Shades of Pine Green #107971

Tints of Pine Green #107971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.4%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 6.4%
G = 48.4%
B = 45.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#107971 (or 0x107971) is known color: Pine Green. HEX triplet: 10, 79 and 71. RGB value is (16,121,113). Sum of RGB (Red+Green+Blue) = 16+121+113=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #107971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107971 is #EF868E. Grayscale: #585858. Windows color (decimal): -15697551 or 7436560. OLE color: 7436560.

HSL color Cylindrical-coordinate representation of color #107971: hue angle of 175.43º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107971 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 121 113 -
CMYK 0.87 0 0.07 0.53
HSL 175.43º 0.77% 0.27% -
HSV(B) 175.43º 0.87% 0.47% -
XYZ 10.03 14.98 17.98 -
YUV 88.69 141.71 76.15 -
System Red Green Blue C M Y K H S L
Decimal 16 121 113 0.87 0 0.07 0.53 175.43 0.77 0.27
Hex 10 79 71 57 0 7 35 AF 4D 1B
Octal 20 171 161 127 0 7 65 257 115 33
Binary 10000 1111001 1110001 1010111 0 111 110101 10101111 1001101 11011

Color Harmonies of #107971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107971

Black with #107971

Text Example


Text Example

White with #107971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107971; }

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

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

background-color css

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

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

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

border-color css

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

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

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