#107B74

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

Shades of Pine Green #107B74

Tints of Pine Green #107B74

Color information

#107B74 (or 0x107B74) is unknown color: approx Pine Green. HEX triplet: 10, 7B and 74. RGB value is (16,123,116). Sum of RGB (Red+Green+Blue) = 16+123+116=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #107B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B74 is #EF848B. Grayscale: #5A5A5A. Windows color (decimal): -15697036 or 7633680. OLE color: 7633680.

HSL color Cylindrical-coordinate representation of color #107B74: hue angle of 176.07º 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 #107B74 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB16123116-
CMYK0.8700.060.52
HSL176.07º76.98%27.25%-
HSV(B)176.07º86.99%48.24%-
XYZ10.4515.5418.97-
YUV90.21142.5575.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 123 (48.44% from 255) = 48.24%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=6.27%
G=48.24%
B=45.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal161231160.8700.060.52176.0776.9827.25
Hex107B74570634b04d1b
Octal20173164127066426011533
Binary10000111101111101001010111011011010010110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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