#06786B

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

Shades of Pine Green #06786B

Tints of Pine Green #06786B

Color information

#06786B (or 0x06786B) is unknown color: approx Pine Green. HEX triplet: 06, 78 and 6B. RGB value is (6,120,107). Sum of RGB (Red+Green+Blue) = 6+120+107=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #06786B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06786B is #F98794. Grayscale: #545454. Windows color (decimal): -16353173 or 7043078. OLE color: 7043078.

HSL color Cylindrical-coordinate representation of color #06786B: hue angle of 173.16º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06786B is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB6120107-
CMYK0.9500.110.53
HSL173.16º90.48%24.71%-
HSV(B)173.16º95%47.06%-
XYZ9.4514.5316.22-
YUV84.43140.7372.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=2.58%
G=51.50%
B=45.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61201070.9500.110.53173.1690.4824.71
Hex6786B5F0B35ad5a19
Octal61701531370136525513231
Binary1101111000110101110111110101111010110101101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06786B; }

 p { color: rgb(6,120,107); }

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

<style>
 a { background-color: #06786B; }

 a { background-color: rgb(6,120,107); }

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

<style>
 span { border-color: #06786B; }

 span { border-color: rgb(6,120,107); }

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