#06736F

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

Shades of Pine Green #06736F

Tints of Pine Green #06736F

Color information

#06736F (or 0x06736F) is unknown color: approx Pine Green. HEX triplet: 06, 73 and 6F. RGB value is (6,115,111). Sum of RGB (Red+Green+Blue) = 6+115+111=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #06736F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06736F is #F98C90. Grayscale: #515151. Windows color (decimal): -16354449 or 7303942. OLE color: 7303942.

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

Color convert

RGB6115111-
CMYK0.9500.030.55
HSL177.8º90.08%23.73%-
HSV(B)177.8º94.78%45.1%-
XYZ9.0813.4517.16-
YUV81.95144.3973.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=2.59%
G=49.57%
B=47.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61151110.9500.030.55177.890.0823.73
Hex6736F5F0337b25a18
Octal6163157137036726213230
Binary11011100111101111101111101111011110110010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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