#017A6B

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

Shades of Pine Green #017A6B

Tints of Pine Green #017A6B

Color information

#017A6B (or 0x017A6B) is unknown color: approx Pine Green. HEX triplet: 01, 7A and 6B. RGB value is (1,122,107). Sum of RGB (Red+Green+Blue) = 1+122+107=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 122 (48.05% from 255 or 53.04% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 122 - color contains mainly: green. Hex color #017A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A6B is #FE8594. Grayscale: #545454. Windows color (decimal): -16680341 or 7043585. OLE color: 7043585.

HSL color Cylindrical-coordinate representation of color #017A6B: hue angle of 172.56º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A6B is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB1122107-
CMYK0.9900.120.52
HSL172.56º98.37%24.12%-
HSV(B)172.56º99.18%47.84%-
XYZ9.6314.9916.3-
YUV84.11140.9168.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 122 (48.05% from 255) = 53.04%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=0.43%
G=53.04%
B=46.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11221070.9900.120.52172.5698.3724.12
Hex17A6B630C34ad6218
Octal11721531430146425514230
Binary11111010110101111000110110011010010101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017A6B; }

 p { color: rgb(1,122,107); }

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

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

 a { background-color: rgb(1,122,107); }

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

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

 span { border-color: rgb(1,122,107); }

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