#06726E

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

Shades of Pine Green #06726E

Tints of Pine Green #06726E

Color information

#06726E (or 0x06726E) is unknown color: approx Pine Green. HEX triplet: 06, 72 and 6E. RGB value is (6,114,110). Sum of RGB (Red+Green+Blue) = 6+114+110=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #06726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06726E is #F98D91. Grayscale: #515151. Windows color (decimal): -16354706 or 7238150. OLE color: 7238150.

HSL color Cylindrical-coordinate representation of color #06726E: hue angle of 177.78º 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 #06726E is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB6114110-
CMYK0.9500.040.55
HSL177.78º90%23.53%-
HSV(B)177.78º94.74%44.71%-
XYZ8.9113.216.83-
YUV81.25144.2274.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=2.61%
G=49.57%
B=47.83%

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
Decimal61141100.9500.040.55177.789023.53
Hex6726E5F0437b25a18
Octal6162156137046726213230
Binary110111001011011101011111010011011110110010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06726E; }

 p { color: rgb(6,114,110); }

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

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

 a { background-color: rgb(6,114,110); }

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

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

 span { border-color: rgb(6,114,110); }

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