#017772

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

Shades of Pine Green #017772

Tints of Pine Green #017772

Color information

#017772 (or 0x017772) is unknown color: approx Pine Green. HEX triplet: 01, 77 and 72. RGB value is (1,119,114). Sum of RGB (Red+Green+Blue) = 1+119+114=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #017772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017772 is #FE888D. Grayscale: #535353. Windows color (decimal): -16681102 or 7501569. OLE color: 7501569.

HSL color Cylindrical-coordinate representation of color #017772: hue angle of 177.46º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017772 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB1119114-
CMYK0.9900.040.53
HSL177.46º98.33%23.53%-
HSV(B)177.46º99.16%46.67%-
XYZ9.6514.4218.19-
YUV83.15145.4169.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=0.43%
G=50.85%
B=48.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11191140.9900.040.53177.4698.3323.53
Hex17772630435b16218
Octal1167162143046526114230
Binary1111011111100101100011010011010110110001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017772; }

 p { color: rgb(1,119,114); }

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

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

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

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

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

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

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