#06726A

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

Shades of Pine Green #06726A

Tints of Pine Green #06726A

Color information

#06726A (or 0x06726A) is unknown color: approx Pine Green. HEX triplet: 06, 72 and 6A. RGB value is (6,114,106). Sum of RGB (Red+Green+Blue) = 6+114+106=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #06726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06726A is #F98D95. Grayscale: #505050. Windows color (decimal): -16354710 or 6976006. OLE color: 6976006.

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

Color convert

RGB6114106-
CMYK0.9500.070.55
HSL175.56º90%23.53%-
HSV(B)175.56º94.74%44.71%-
XYZ8.6913.1115.71-
YUV80.8142.2274.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=2.65%
G=50.44%
B=46.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61141060.9500.070.55175.569023.53
Hex6726A5F0737b05a18
Octal6162152137076726013230
Binary110111001011010101011111011111011110110000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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