#06736A

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

Shades of Pine Green #06736A

Tints of Pine Green #06736A

Color information

#06736A (or 0x06736A) is unknown color: approx Pine Green. HEX triplet: 06, 73 and 6A. RGB value is (6,115,106). Sum of RGB (Red+Green+Blue) = 6+115+106=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #06736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06736A is #F98C95. Grayscale: #515151. Windows color (decimal): -16354454 or 6976262. OLE color: 6976262.

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

Color convert

RGB6115106-
CMYK0.9500.080.55
HSL175.05º90.08%23.73%-
HSV(B)175.05º94.78%45.1%-
XYZ8.8113.3415.75-
YUV81.38141.8974.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=2.64%
G=50.66%
B=46.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61151060.9500.080.55175.0590.0823.73
Hex6736A5F0837af5a18
Octal61631521370106725713230
Binary1101110011110101010111110100011011110101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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