#107572

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

Shades of Pine Green #107572

Tints of Pine Green #107572

Color information

#107572 (or 0x107572) is unknown color: approx Pine Green. HEX triplet: 10, 75 and 72. RGB value is (16,117,114). Sum of RGB (Red+Green+Blue) = 16+117+114=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #107572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107572 is #EF8A8D. Grayscale: #565656. Windows color (decimal): -15698574 or 7501072. OLE color: 7501072.

HSL color Cylindrical-coordinate representation of color #107572: hue angle of 178.22º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107572 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB16117114-
CMYK0.8600.030.54
HSL178.22º75.94%26.08%-
HSV(B)178.22º86.32%45.88%-
XYZ9.6114.0518.12-
YUV86.46143.5477.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.48%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=6.48%
G=47.37%
B=46.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161171140.8600.030.54178.2275.9426.08
Hex107572560336b24c1a
Octal20165162126036626211432
Binary1000011101011110010101011001111011010110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107572; }

 p { color: rgb(16,117,114); }

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

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

 a { background-color: rgb(16,117,114); }

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

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

 span { border-color: rgb(16,117,114); }

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