#06746F

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

Shades of Pine Green #06746F

Tints of Pine Green #06746F

Color information

#06746F (or 0x06746F) is unknown color: approx Pine Green. HEX triplet: 06, 74 and 6F. RGB value is (6,116,111). Sum of RGB (Red+Green+Blue) = 6+116+111=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #06746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06746F is #F98B90. Grayscale: #525252. Windows color (decimal): -16354193 or 7304198. OLE color: 7304198.

HSL color Cylindrical-coordinate representation of color #06746F: hue angle of 177.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06746F is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB6116111-
CMYK0.9500.040.55
HSL177.27º90.16%23.92%-
HSV(B)177.27º94.83%45.49%-
XYZ9.1913.6817.19-
YUV82.54144.0673.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=2.58%
G=49.79%
B=47.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61161110.9500.040.55177.2790.1623.92
Hex6746F5F0437b15a18
Octal6164157137046726113230
Binary110111010011011111011111010011011110110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06746F; }

 p { color: rgb(6,116,111); }

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

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

 a { background-color: rgb(6,116,111); }

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

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

 span { border-color: rgb(6,116,111); }

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