#01766A

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

Shades of Pine Green #01766A

Tints of Pine Green #01766A

Color information

#01766A (or 0x01766A) is unknown color: approx Pine Green. HEX triplet: 01, 76 and 6A. RGB value is (1,118,106). Sum of RGB (Red+Green+Blue) = 1+118+106=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #01766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01766A is #FE8995. Grayscale: #515151. Windows color (decimal): -16681366 or 6977025. OLE color: 6977025.

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

Color convert

RGB1118106-
CMYK0.9900.100.54
HSL173.85º98.32%23.33%-
HSV(B)173.85º99.15%46.27%-
XYZ9.091415.86-
YUV81.65141.7470.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=0.44%
G=52.44%
B=47.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11181060.9900.100.54173.8598.3223.33
Hex1766A630A36ae6217
Octal11661521430126625614227
Binary11110110110101011000110101011011010101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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