#107B71

Color #107B71 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #107B71

Tints of Pine Green #107B71

Color information

#107B71 (or 0x107B71) is unknown color: approx Pine Green. HEX triplet: 10, 7B and 71. RGB value is (16,123,113). Sum of RGB (Red+Green+Blue) = 16+123+113=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #107B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B71 is #EF848E. Grayscale: #595959. Windows color (decimal): -15697039 or 7437072. OLE color: 7437072.

HSL color Cylindrical-coordinate representation of color #107B71: hue angle of 174.39º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107B71 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB16123113-
CMYK0.8700.080.52
HSL174.39º76.98%27.25%-
HSV(B)174.39º86.99%48.24%-
XYZ10.2815.4718.07-
YUV89.87141.0575.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 123 (48.44% from 255) = 48.81%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=6.35%
G=48.81%
B=44.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal161231130.8700.080.52174.3976.9827.25
Hex107B71570834ae4d1b
Octal201731611270106425611533
Binary100001111011111000110101110100011010010101110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107B71; }

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

 H1.HeaderClassName
 {
   color: #107B71;
 }
 .AnyTagClassName
 {
   color: #107B71;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #107B71;
 }
 .BgClassName
 {
   background-color: #107B71;
 }
</style>
border-color css

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

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

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