#01756A

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

Shades of Pine Green #01756A

Tints of Pine Green #01756A

Color information

#01756A (or 0x01756A) is unknown color: approx Pine Green. HEX triplet: 01, 75 and 6A. RGB value is (1,117,106). Sum of RGB (Red+Green+Blue) = 1+117+106=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #01756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01756A is #FE8A95. Grayscale: #505050. Windows color (decimal): -16681622 or 6976769. OLE color: 6976769.

HSL color Cylindrical-coordinate representation of color #01756A: hue angle of 174.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01756A is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1117106-
CMYK0.9900.090.54
HSL174.31º98.31%23.14%-
HSV(B)174.31º99.15%45.88%-
XYZ8.9813.7715.82-
YUV81.06142.0770.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=0.45%
G=52.23%
B=47.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11171060.9900.090.54174.3198.3123.14
Hex1756A630936ae6217
Octal11651521430116625614227
Binary11110101110101011000110100111011010101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01756A; }

 p { color: rgb(1,117,106); }

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

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

 a { background-color: rgb(1,117,106); }

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

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

 span { border-color: rgb(1,117,106); }

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