#107272

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

Shades of Pine Green #107272

Tints of Pine Green #107272

Color information

#107272 (or 0x107272) is unknown color: approx Pine Green. HEX triplet: 10, 72 and 72. RGB value is (16,114,114). Sum of RGB (Red+Green+Blue) = 16+114+114=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #107272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107272 is #EF8D8D. Grayscale: #545454. Windows color (decimal): -15699342 or 7500304. OLE color: 7500304.

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

Color convert

RGB16114114-
CMYK0.86000.55
HSL180º75.38%25.49%-
HSV(B)180º85.96%44.71%-
XYZ9.2713.3618.01-
YUV84.7144.5379-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=6.56%
G=46.72%
B=46.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161141140.86000.5518075.3825.49
Hex107272560037b44b19
Octal20162162126006726411331
Binary100001110010111001010101100011011110110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107272; }

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

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

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

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

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

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

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

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