#01756B

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

Shades of Pine Green #01756B

Tints of Pine Green #01756B

Color information

#01756B (or 0x01756B) is unknown color: approx Pine Green. HEX triplet: 01, 75 and 6B. RGB value is (1,117,107). Sum of RGB (Red+Green+Blue) = 1+117+107=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #01756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01756B is #FE8A94. Grayscale: #515151. Windows color (decimal): -16681621 or 7042305. OLE color: 7042305.

HSL color Cylindrical-coordinate representation of color #01756B: hue angle of 174.83º 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 #01756B is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1117107-
CMYK0.9900.090.54
HSL174.83º98.31%23.14%-
HSV(B)174.83º99.15%45.88%-
XYZ9.0313.7916.1-
YUV81.18142.5770.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=0.44%
G=52%
B=47.56%

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
Decimal11171070.9900.090.54174.8398.3123.14
Hex1756B630936af6217
Octal11651531430116625714227
Binary11110101110101111000110100111011010101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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